Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static TransformSceneHandle BindSceneTransform(this Animator animator, Transform transform)

Parameters

animator

The Animator instance that calls this method.

transform

The Transform to bind.

Returns

Type

Description

TransformSceneHandleReturns the TransformSceneHandle that represents the new binding.