Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static TransformStreamHandle BindStreamTransform(this Animator animator, Transform transform)

Parameters

animator

The Animator instance that calls this method.

transform

The Transform to bind.

Returns

Type

Description

TransformStreamHandleReturns the TransformStreamHandle that represents the new binding.