API reference
API reference
Select your platform
No SDKs available
No versions available

OneGrabTranslateTransformer Class

Extends MonoBehaviour, ITransformer
An ITransformer that translates the target with optional parent-space constraints.

Properties

The OneGrabTranslateConstraints that will be used by this instance.
Determines how the target can be moved relative to the parent.

Member Functions

Implementation of ITransformer.Initialize; for details, please refer to the related documentation provided for that interface.
Implementation of ITransformer.BeginTransform; for details, please refer to the related documentation provided for that interface.
Implementation of ITransformer.UpdateTransform; for details, please refer to the related documentation provided for that interface.
Implementation of ITransformer.EndTransform; for details, please refer to the related documentation provided for that interface.
Sets the underlying optional OneGrabTranslateConstraints for a dynamically instantiated OneGrabTranslateTransformer.
This method exists to support Interaction SDK's dependency injection pattern and is not needed for typical Unity Editor-based usage.
Did you find this page helpful?