C# Class UnityEditor.Animations.AvatarMask

Inheritance: UnityEngine.Object
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
AvatarMask System
Copy void
GetHumanoidBodyPartActive bool
GetTransformActive bool
GetTransformPath string
SetHumanoidBodyPartActive void
SetTransformActive void
SetTransformPath void

Private Methods

Method Description
AvatarMask ( ) : System
Copy ( AvatarMask other ) : void
GetHumanoidBodyPartActive ( AvatarMaskBodyPart index ) : bool
GetTransformActive ( int index ) : bool
GetTransformPath ( int index ) : string
SetHumanoidBodyPartActive ( AvatarMaskBodyPart index, bool value ) : void
SetTransformActive ( int index, bool value ) : void
SetTransformPath ( int index, string path ) : void