LockTransform
Class in Zigurous.Animation
Declaration
public sealed class LockTransform : MonoBehaviourDescription
Locks the transform properties to specified values.
Properties
| space | The coordinate space the transform is updated in. |
| constraints | The transform properties to lock. |
| useTransformValues | Sets the locked values to the transform's values at startup. |
| lockedPosition | The locked position of the transform. |
| lockedRotation | The locked rotation of the transform. |
| lockedScale | The locked scale of the transform. |