Click or drag to resize

EngageableObject Properties

The EngageableObject type exposes the following members.

Properties
  NameDescription
Public propertyControllerTrackingEnabled
True if controllers are tracking (this object is moving towards the controllers every frame)
Public propertyEngagingControllers
The list of engaged controllers
Public propertyEngagingParent
The top most parent that is also the root of the hierarchy
Public propertyInteractionAllowed
True if interaction is allowed, otherwise false
Protected propertyInteractionPoint
An alternative point to use for interaction calculations
Public propertyIsEngaged
True if this object is currently engaged by one or more controllers
Public propertyIsKinematicAfterEngage
Specifies how physics should behave after engagement ends
Public propertyRequiresTwoHands
True if this object needs both hands to interact with
Public propertyRigidbody
The associated RigidBody
Protected propertySensitivity
Sensitivity of movement that is applied (acts like a dampener). Note this is applied to both angular movement and positional movement.
Public propertyTransform
This object's Transform component
Public propertyTransformSync
The associated TransformSync component
Top
See Also