SetLocalPosition(AnimationStream, Vector3)
Sets the position of the transform relative to the parent.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public void SetLocalPosition(AnimationStream stream, Vector3 position)
Parameters
The AnimationStream that manages this handle.
The position of the transform relative to the parent.