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 holds the animated values.

Returns

Type

Description

boolWhether this is a valid handle.

Remarks

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