public static Animations.PropertyStreamHandle BindCustomStreamProperty (Animator animator, string property, Animations.CustomStreamPropertyType type);

Parámetros

animatorThe Animator instance that calls this method.
nameEl nombre de una propiedad.
typeThe type of property to create (float, integer or boolean).

Valor de retorno

PropertyStreamHandle Returns the PropertyStreamHandle that represents the new binding.

Descripción

Create a custom property in the AnimationStream to pass extra data to downstream animation jobs in your graph. Custom properties created in the AnimationStream do not exist in the scene.

You can create custom properties in the AnimationStream that do not exist in the scene. This can be useful when you want to communicate extra data to downstream animation jobs in your graph.