public bool IsValid (Animations.AnimationStream stream);

Parámetros

streamThe AnimationStream that holds the animated values.

Valor de retorno

bool Whether this is a valid handle.

Descripción

Returns whether this is a valid handle.

A TransformStreamHandle may be invalid if, for example, you didn't use the correct function to create it. See Also: AnimatorJobExtensions.BindStreamTransform.