Click or drag to resize

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
C#
public enum AvatarType
Members
  Member nameValueDescription
None0 Skip avatar creation
LocalScripted1 Creates an Avatar that can be scripted
LocalSteamVR2 Creates an Avatar that uses SteamVR scripts to control it
LocalUnityXR3 Creates an Avatar that uses Unity's Native scripts to control it
Remote4 Creates an avatar that is controlled by Ghost messages
RemoteScripted5 Creates an Avatar that can be scripted
See Also