Version: 2020.3
言語: 日本語
public bool IsValid (Animations.AnimationStream stream);

パラメーター

stream The AnimationStream that manages this handle.

戻り値

bool Whether this is a valid handle.

説明

Returns whether this is a valid handle.

A TransformSceneHandle may be invalid if, for example, the transform binded to this handle is deleted or if you didn't use the correct function to create it.

See Also: AnimatorJobExtensions.BindSceneTransform.