Click or drag to resize

Groups Class

Manages group assignments and stores group names and colors, received from the server on initialization.
Inheritance Hierarchy
SystemObject
  ImmerseSDK.SessionsGroups

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

The Groups type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberGroups
Public methodGroups
Initializes a new instance of the Groups class
Top
Properties
  NameDescription
Public propertyStatic memberCount
Returns the number of available groups
Top
Methods
  NameDescription
Public methodStatic memberGetGroup(Int32)
Returns the group with the specified id
Public methodGetGroup(UserID)
Returns the group of the specified user
Top
Events
  NameDescription
Public eventOnGroupChange
Triggered when a user changes group
Top
See Also