TrackedObjectType Enum

Definition

public enum class TrackedObjectType
public enum TrackedObjectType
type TrackedObjectType = 
Public Enum TrackedObjectType
Inheritance
TrackedObjectType

Fields

ControllerRay 5

Calculates position and orientation from the system-calculated ray of available controller (i.e motion controllers, hands, etc.)

CustomOverride 7

Calculates position and orientation from a tracked hand joint

HandJoint 6

Calculates position and orientation from a tracked hand joint

HandJointLeft 3

(Obsolete) Calculates position and orientation from a tracked hand joint on the left hand.

HandJointRight 4

(Obsolete) Calculates position and orientation from a tracked hand joint on the right hand.

Head 0

Calculates position and orientation from the main camera.

MotionControllerLeft 1

(Obsolete) Calculates position and orientation from the left motion-tracked controller.

MotionControllerRight 2

(Obsolete) Calculates position and orientation from the right motion-tracked controller.

Applies to