BindStreamTransform(Animator, Transform)
Create a TransformStreamHandle representing the new binding between the Animator and a Transform already bound to the Animator.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public static TransformStreamHandle BindStreamTransform(this Animator animator, Transform transform)
Parameters
Returns
Type | Description |
|---|---|
| TransformStreamHandle | Returns the TransformStreamHandle that represents the new binding. |