EngageableObjectTracking Properties |
The EngageableObjectTracking type exposes the following members.
Name | Description | |
---|---|---|
ControllerTrackingEnabled |
True if controllers are tracking (this object is moving towards the controllers every frame)
| |
EngagingControllers |
The list of engaged controllers
| |
InteractionAllowed |
True if interaction is allowed, otherwise false
| |
InteractionPoint |
An alternative point to use for interaction calculations
| |
IsEngaged |
True if this object is currently engaged by one or more controllers
| |
IsKinematicAfterEngage |
Specifies how physics should behave after engagement ends
| |
RequiresTwoHands |
True if this object needs both hands to interact with
| |
Rigidbody |
The associated RigidBody
| |
Sensitivity |
Sensitivity of movement that is applied (acts like a dampener).
Note this is applied to both angular movement and positional movement.
| |
TargetTransform |
The transform to target
| |
TrackPosition |
Should controller position be tracked?
| |
TrackRotation |
Should controller rotation be tracked?
| |
Transform |
This object's Transform component
|