SetGlobalTR(AnimationStream, Vector3, Quaternion, bool)
Sets the position and rotation of the transform in world space.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public void SetGlobalTR(AnimationStream stream, Vector3 position, Quaternion rotation, bool useMask)
Parameters
The AnimationStream that holds the animated values.
The position of the transform in world space.
The rotation of the transform in world space.
Set to true to write the specified parameters if the matching stream parameters have not already been modified.