OculusXRSDKDeviceManagerProfile.RenderAvatarHandsWithControllers 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.
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 RenderAvatarHandsWithControllers { bool get(); };
public bool RenderAvatarHandsWithControllers { get; }
member this.RenderAvatarHandsWithControllers : bool
Public ReadOnly Property RenderAvatarHandsWithControllers As Boolean