C# Class UnityToolbag.SortableArrayInspector.SortableListData

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

Public Methods

Method 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 method

public AddProperty ( UnityEditor.SerializedProperty property ) : void
property UnityEditor.SerializedProperty
return void

DoLayoutProperty() public method

public DoLayoutProperty ( UnityEditor.SerializedProperty property ) : bool
property UnityEditor.SerializedProperty
return bool

GetPropertyList() public method

public GetPropertyList ( UnityEditor.SerializedProperty property ) : ReorderableList
property UnityEditor.SerializedProperty
return UnityEditorInternal.ReorderableList

SortableListData() public method

public SortableListData ( string parent ) : System.Collections.Generic
parent string
return System.Collections.Generic