Click or drag to resize

RolesList Class

Defines the available roles
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDK.RolesRolesList

Namespace:  ImmerseSDK.Roles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax

The RolesList type exposes the following members.

Constructors
  NameDescription
Public methodRolesList
Initializes a new instance of the RolesList class
Top
Properties
  NameDescription
Public propertyCount
Number of roles specified
Top
Methods
  NameDescription
Public methodUpdateDescriptor
Update the descriptor with the role description. If role was not found, it will fail.
Top
Fields
  NameDescription
Private field_availableRoles
Defines the available roles for this app
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also