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

TransformStreamHandle.IsValid

マニュアルに切り替える
public bool IsValid (Experimental.Animations.AnimationStream stream);

パラメーター

streamThe AnimationStream that holds the animated values.

戻り値

bool Whether this is a valid handle.

説明

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.