Show / Hide Table of Contents

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 Source

IsActive

Indicates if the tracked object is currently active.

Declaration
bool IsActive { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Position

Gets the world-space position of the tracked object.

Declaration
Vector3 Position { get; }
Property Value
Type Description
UnityEngine.Vector3
| Improve this Doc View Source

Rotation

Gets the world-space rotation of the tracked object.

Declaration
Quaternion Rotation { get; }
Property Value
Type Description
UnityEngine.Quaternion
  • Improve this Doc
  • View Source
Back to top Generated by DocFX