Avatar
Avatar definition.
Read time 4 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
- Inherits from: Object
public class Avatar : Object
Remarks
Additional Resources: Animator.avatar, AvatarBuilder.
Properties
Property | Description |
|---|---|
| humanDescription | Returns the HumanDescription used to create this Avatar. |
| isHuman | Return true if this avatar is a valid human avatar. |
| isValid | Return true if this avatar is a valid mecanim avatar. It can be a generic avatar or a human avatar. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |