C# Класс UnityToolbag.SortableArrayInspector.SortableListData

Internal class that manages ReorderableLists for each reorderable SerializedProperty in a SerializedObject's direct child
Показать файл Открыть проект

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

Метод Описание
AddProperty ( UnityEditor.SerializedProperty property ) : void
DoLayoutProperty ( UnityEditor.SerializedProperty property ) : bool
GetPropertyList ( UnityEditor.SerializedProperty property ) : ReorderableList
SortableListData ( string parent ) : System.Collections.Generic

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

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

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

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

public DoLayoutProperty ( UnityEditor.SerializedProperty property ) : bool
property UnityEditor.SerializedProperty
Результат bool

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

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

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

public SortableListData ( string parent ) : System.Collections.Generic
parent string
Результат System.Collections.Generic