SetRotation(AnimationStream, Quaternion)
Sets the 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 SetRotation(AnimationStream stream, Quaternion rotation)
Parameters
The AnimationStream that manages this handle.
The rotation of the transform in world space.