EngageableObject Properties |
The EngageableObject 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
| |
EngagingParent |
The top most parent that is also the root of the hierarchy
| |
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.
| |
Transform |
This object's Transform component
| |
TransformSync |
The associated TransformSync component
|