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