Click or drag to resize

UserList Class

List of users. Listens to the UserList network message.
Inheritance Hierarchy
SystemObject
  ImmerseSDK.SessionsUserList

Namespace:  ImmerseSDK.Sessions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public sealed class UserList : IEnumerable

The UserList type exposes the following members.

Constructors
  NameDescription
Public methodUserList
Constructs a new user list.
Top
Properties
  NameDescription
Public propertyCount
Number of users
Public propertyLocalUser
Local user
Top
Methods
  NameDescription
Public methodFind
Find a user
Public methodGetEnumerator
Iterate over the list of users
Public methodReset
Reset user list
Top
Events
  NameDescription
Public eventOnChanged
Event that is dispatched whenever the user list has changed
Top
See Also