C# 클래스 UnityEditor.Animations.AvatarMask

상속: UnityEngine.Object
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AvatarMask System
Copy void
GetHumanoidBodyPartActive bool
GetTransformActive bool
GetTransformPath string
SetHumanoidBodyPartActive void
SetTransformActive void
SetTransformPath void

비공개 메소드들

메소드 설명
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