This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

TransformStreamHandle.IsValid

Declaration

public bool IsValid(Experimental.Animations.AnimationStream stream);

Parameters

stream The AnimationStream that hold the animated values.

Returns

bool Whether this is a valid handle.

Description

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.