Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

humanDescriptionReturns the HumanDescription used to create this Avatar.
isHumanReturn true if this avatar is a valid human avatar.
isValidReturn true if this avatar is a valid mecanim avatar. It can be a generic avatar or a human avatar.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.