| AvatarFactoryAvatarType Enumeration |
Type of Avatar to create
Namespace:
ImmerseSDK.Avatars
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax Members
| Member name | Value | Description |
---|
| None | 0 |
Skip avatar creation
|
| LocalScripted | 1 |
Creates an Avatar that can be scripted
|
| LocalSteamVR | 2 |
Creates an Avatar that uses SteamVR scripts to control it
|
| LocalUnityXR | 3 |
Creates an Avatar that uses Unity's Native scripts to control it
|
| Remote | 4 |
Creates an avatar that is controlled by Ghost messages
|
| RemoteScripted | 5 |
Creates an Avatar that can be scripted
|
See Also