Click or drag to resize

Roles Class

Defines the available roles
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.ScriptableObject
      ImmerseSDK.RolesRoles

Namespace:  ImmerseSDK.Roles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public sealed class Roles : UnityEngine.ScriptableObject

The Roles type exposes the following members.

Constructors
  NameDescription
Public methodRoles
Initializes a new instance of the Roles class
Top
Properties
  NameDescription
Public propertyAvailableRoles
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
See Also