BindSceneTransform(Animator, Transform)
Create a TransformSceneHandle representing the new binding between the Animator and a Transform in the Scene.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public static TransformSceneHandle BindSceneTransform(this Animator animator, Transform transform)
Parameters
Returns
Type | Description |
|---|---|
| TransformSceneHandle | Returns the TransformSceneHandle that represents the new binding. |