C# Класс UnityEditor.AvatarControl

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AvatarControl System

Открытые методы

Метод Описание
DrawBodyParts ( Rect rect, int shownBodyView, BodyPartFeedback bodyPartCallback ) : void
GetViewsThatContainBone ( int bone ) : List
ShowBoneMapping ( int shownBodyView, BodyPartFeedback bodyPartCallback, AvatarSetupTool bones, SerializedObject serializedObject, UnityEditor.AvatarMappingEditor editor ) : int

Защищенные методы

Метод Описание
DrawBodyPart ( int shownBodyView, int i, Rect rect, BodyPartColor bodyPartColor ) : void
DrawBone ( int shownBodyView, int i, Rect rect, AvatarSetupTool bone, SerializedObject serializedObject, UnityEditor.AvatarMappingEditor editor ) : void

Приватные методы

Метод Описание
AvatarControl ( ) : System

Описание методов

DrawBodyPart() защищенный статический Метод

protected static DrawBodyPart ( int shownBodyView, int i, Rect rect, BodyPartColor bodyPartColor ) : void
shownBodyView int
i int
rect UnityEngine.Rect
bodyPartColor BodyPartColor
Результат void

DrawBodyParts() публичный статический Метод

public static DrawBodyParts ( Rect rect, int shownBodyView, BodyPartFeedback bodyPartCallback ) : void
rect UnityEngine.Rect
shownBodyView int
bodyPartCallback BodyPartFeedback
Результат void

DrawBone() защищенный статический Метод

protected static DrawBone ( int shownBodyView, int i, Rect rect, AvatarSetupTool bone, SerializedObject serializedObject, UnityEditor.AvatarMappingEditor editor ) : void
shownBodyView int
i int
rect UnityEngine.Rect
bone AvatarSetupTool
serializedObject SerializedObject
editor UnityEditor.AvatarMappingEditor
Результат void

GetViewsThatContainBone() публичный статический Метод

public static GetViewsThatContainBone ( int bone ) : List
bone int
Результат List

ShowBoneMapping() публичный статический Метод

public static ShowBoneMapping ( int shownBodyView, BodyPartFeedback bodyPartCallback, AvatarSetupTool bones, SerializedObject serializedObject, UnityEditor.AvatarMappingEditor editor ) : int
shownBodyView int
bodyPartCallback BodyPartFeedback
bones AvatarSetupTool
serializedObject SerializedObject
editor UnityEditor.AvatarMappingEditor
Результат int