Interface IVRTrackedObjectProxy
An interface for wrapping tracked objects.
Namespace: Liminal.SDK.VR.Avatars
Assembly: Liminal.SDK.dll
Syntax
public interface IVRTrackedObjectProxy
Properties
| Improve this Doc View SourceIsActive
Indicates if the tracked object is currently active.
Declaration
bool IsActive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Position
Gets the world-space position of the tracked object.
Declaration
Vector3 Position { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Vector3 |
Rotation
Gets the world-space rotation of the tracked object.
Declaration
Quaternion Rotation { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Quaternion |