C# Класс UnityToolbag.SortableArrayInspector

Наследование: UnityEditor.Editor
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
hasSortableArrays bool
isInitialized bool
listIndex List

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

Метод Описание
OnInspectorGUI ( ) : void

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

Метод Описание
DrawDefaultSortable ( ) : void

Draw the default inspector, with the sortable arrays

DrawPropertiesFrom ( string propertyStart ) : void

Draw the default inspector, starting from a given property

DrawPropertiesFromUpTo ( string propertyStart, string propertyStop ) : void

Draw the default inspector, starting from a given property to a stopping property

DrawPropertiesUpTo ( string propertyStop ) : void

Draw the default inspector, up to a given property

DrawPropertySortableArray ( UnityEditor.SerializedProperty property ) : void

Draw a SerializedProperty as a ReorderableList if it was found during initialization, otherwise use EditorGUILayout.PropertyField

DrawSortableExcept ( ) : void

Draw the default inspector, except for the given property names

GetGrandParentPath ( UnityEditor.SerializedProperty property ) : string
GetSortableList ( UnityEditor.SerializedProperty property ) : ReorderableList
InitInspector ( ) : void
IterateSerializedProp ( UnityEditor.SerializedProperty property ) : void

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

Метод Описание
CreateListData ( UnityEditor.SerializedProperty property ) : void
OnEnable ( ) : void

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

DrawDefaultSortable() защищенный Метод

Draw the default inspector, with the sortable arrays
protected DrawDefaultSortable ( ) : void
Результат void

DrawPropertiesFrom() защищенный Метод

Draw the default inspector, starting from a given property
protected DrawPropertiesFrom ( string propertyStart ) : void
propertyStart string Property name to start from
Результат void

DrawPropertiesFromUpTo() защищенный Метод

Draw the default inspector, starting from a given property to a stopping property
protected DrawPropertiesFromUpTo ( string propertyStart, string propertyStop ) : void
propertyStart string Property name to start from
propertyStop string Property name to stop at
Результат void

DrawPropertiesUpTo() защищенный Метод

Draw the default inspector, up to a given property
protected DrawPropertiesUpTo ( string propertyStop ) : void
propertyStop string Property name to stop at
Результат void

DrawPropertySortableArray() защищенный Метод

Draw a SerializedProperty as a ReorderableList if it was found during initialization, otherwise use EditorGUILayout.PropertyField
protected DrawPropertySortableArray ( UnityEditor.SerializedProperty property ) : void
property UnityEditor.SerializedProperty
Результат void

DrawSortableExcept() защищенный Метод

Draw the default inspector, except for the given property names
protected DrawSortableExcept ( ) : void
Результат void

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

protected static GetGrandParentPath ( UnityEditor.SerializedProperty property ) : string
property UnityEditor.SerializedProperty
Результат string

GetSortableList() защищенный Метод

protected GetSortableList ( UnityEditor.SerializedProperty property ) : ReorderableList
property UnityEditor.SerializedProperty
Результат UnityEditorInternal.ReorderableList

InitInspector() защищенный Метод

protected InitInspector ( ) : void
Результат void

IterateSerializedProp() защищенный Метод

protected IterateSerializedProp ( UnityEditor.SerializedProperty property ) : void
property UnityEditor.SerializedProperty
Результат void

OnInspectorGUI() публичный Метод

public OnInspectorGUI ( ) : void
Результат void

Описание свойств

hasSortableArrays защищенное свойство

protected bool hasSortableArrays
Результат bool

isInitialized защищенное свойство

protected bool isInitialized
Результат bool

listIndex защищенное свойство

protected List listIndex
Результат List