| UserProfileType Enumeration |
the different profile types assigned to platform users
Namespace:
ImmerseSDK.Sessions
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax Members
| Member name | Value | Description |
---|
| Admin | 1000 |
A platform admininstator
|
| Owner | 1100 |
The owner of the current space
|
| Facilitator | 1200 |
A Participant that has been given the privilages of an Owner for the current space.
|
| Participant | 1300 |
A regular user that can interact with the scene.
|
| Spectator | 1400 |
A user that cannot interact with the scene.
|
See Also