UxrAvatar.LocalAvatarInput Property

Gets the controller input of the local avatar. If there is a local avatar present, the controller input is guaranteed to be non-null. If there is no input available, the controller input will simply return a dummy object that will generate no input events. It will return null if there is no local avatar currently in the scene.

Namespace: UltimateXR.Avatar
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static UxrControllerInput LocalAvatarInput { get; }

Property Value

Type: UxrControllerInput

See Also

Reference

UxrAvatar Class
UltimateXR.Avatar Namespace