TransformGestureBaseOverrideTargetPosition Method |
Overrides the target position used in calculations this frame. If used, has to be set after every transform event.
TransformGestureBase.
Namespace:
TouchScript.Gestures.TransformGestures.Base
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void OverrideTargetPosition(
Vector3 position
)
Parameters
- position
- Type: Vector3
Target position.
See Also