Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsValid(AnimationStream)

Returns whether this is a valid handle.
Read time 1 minuteLast updated 6 days ago

Definition

public bool IsValid(AnimationStream stream)

Parameters

The AnimationStream that manages this handle.

Returns

Type

Description

boolWhether this is a valid handle.

Remarks

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.