Click or drag to resize

AvatarFactoryAvatarType Enumeration

Type of Avatar to create

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public enum AvatarType
Members
  Member nameValueDescription
None0 Skip avatar creation
LocalScripted1 Creates an Avatar that can be scripted
LocalUnityXR2 Creates an Avatar that uses Unity's Native scripts to control it
Remote3 Creates an avatar that is controlled by Ghost messages
RemoteScripted4 Creates an Avatar that can be scripted
See Also