Bearbeiten

OculusXRSDKDeviceManagerProfile.RenderAvatarHandsInsteadOfController Property

Definition

Caution

Use RenderAvatarHandsWithControllers instead

Using avatar hands requires a local avatar prefab. Failure to provide one will result in nothing being displayed. "Note: In order to render avatar hands, you will need to set an app id in Assets/Resources/OvrAvatarSettings. Any number will do, but it needs to be set.")]

public:
 property bool RenderAvatarHandsInsteadOfController { bool get(); };
public bool RenderAvatarHandsInsteadOfController { get; }
[System.Obsolete("Use RenderAvatarHandsWithControllers instead")]
public bool RenderAvatarHandsInsteadOfController { get; }
member this.RenderAvatarHandsInsteadOfController : bool
[<System.Obsolete("Use RenderAvatarHandsWithControllers instead")>]
member this.RenderAvatarHandsInsteadOfController : bool
Public ReadOnly Property RenderAvatarHandsInsteadOfController As Boolean

Property Value

Attributes

Applies to