C# Class UnityToolbag.SortableArrayInspector.SortableListData

Internal class that manages ReorderableLists for each reorderable SerializedProperty in a SerializedObject's direct child
Afficher le fichier Open project: ChemiKhazi/UnityToolbag

Méthodes publiques

Méthode Description
AddProperty ( UnityEditor.SerializedProperty property ) : void
DoLayoutProperty ( UnityEditor.SerializedProperty property ) : bool
GetPropertyList ( UnityEditor.SerializedProperty property ) : ReorderableList
SortableListData ( string parent ) : System.Collections.Generic

Method Details

AddProperty() public méthode

public AddProperty ( UnityEditor.SerializedProperty property ) : void
property UnityEditor.SerializedProperty
Résultat void

DoLayoutProperty() public méthode

public DoLayoutProperty ( UnityEditor.SerializedProperty property ) : bool
property UnityEditor.SerializedProperty
Résultat bool

GetPropertyList() public méthode

public GetPropertyList ( UnityEditor.SerializedProperty property ) : ReorderableList
property UnityEditor.SerializedProperty
Résultat UnityEditorInternal.ReorderableList

SortableListData() public méthode

public SortableListData ( string parent ) : System.Collections.Generic
parent string
Résultat System.Collections.Generic