GetLocalToWorldMatrix(AnimationStream)
Gets the local to world matrix of the transform.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public Matrix4x4 GetLocalToWorldMatrix(AnimationStream stream)
Parameters
The AnimationStream that manages this handle.
Returns
Type | Description |
|---|---|
| Matrix4x4 | Returns the local to world matrix. |