Method MoveRig
MoveRig(Vector3)
Creates a locomotion event to move the rig by translationInWorldSpace,
and optionally restricts movement along each axis and applies gravity.
Declaration
protected override void MoveRig(Vector3 translationInWorldSpace)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | translationInWorldSpace | The translation amount in world space to move the rig (before restricting movement along each axis and applying gravity). |