OculusXRSDKDeviceManagerProfile.RenderAvatarHandsInsteadOfController Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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