AsHuman()
Gets the same stream, but as an AnimationHumanStream.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public AnimationHumanStream AsHuman()
Returns
Type | Description |
|---|---|
| AnimationHumanStream | Returns the same stream, but as an AnimationHumanStream. |
Remarks
This function throws an is the avatar is not a humanoid.
InvalidOperationExceptionAdditional Resources: AnimationStream.isHumanStream.