Experimental: this API is experimental and might be changed or removed in the future.

AnimatorJobExtensions.BindStreamTransform

매뉴얼로 전환
public static Experimental.Animations.TransformStreamHandle BindStreamTransform (Animator animator, Transform transform);

파라미터

animatorThe Animator instance the method is called on.
transformThe Transform to bind.

반환

TransformStreamHandle The TransformStreamHandle representing the new binding.

설명

Create a TransformStreamHandle representing the new binding between the Animator and a Transform already bound to the Animator.