AvatarFactoryAvatarType Enumeration |
Namespace: ImmerseSDK.Avatars
public enum AvatarType
Member name | Value | Description | |
---|---|---|---|
None | 0 | Skip avatar creation | |
LocalScripted | 1 | Creates an Avatar that can be scripted | |
LocalUnityXR | 2 | Creates an Avatar that uses Unity's Native scripts to control it | |
Remote | 3 | Creates an avatar that is controlled by Ghost messages | |
RemoteScripted | 4 | Creates an Avatar that can be scripted |