IsValid(AnimationStream)
Returns whether this is a valid handle.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public bool IsValid(AnimationStream stream)
Parameters
The AnimationStream that holds the animated values.
Returns
Type | Description |
|---|---|
| bool | Whether 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