SerializedPropertyAdaptor Class

Reorderable list adaptor for serialized array property.
public sealed class SerializedPropertyAdaptor : IReorderableListAdaptor
All Members Constructors Methods Properties Fields
Member Description
SerializedPropertyAdaptor(SerializedProperty, Single)
Initializes a new instance of SerializedPropertyAdaptor.
SerializedPropertyAdaptor(SerializedProperty)
Initializes a new instance of SerializedPropertyAdaptor.

Add()()()()
Add new element at end of list.

arrayProperty
Gets the underlying serialized array property.

Clear()()()()
Clear all elements from list.

Count
Gets count of elements in list.

DrawItem(Rect, Int32)
Draw interface for list element.

Duplicate(Int32)
Duplicate existing element.

fixedItemHeight
Fixed height of each list item.

GetItemHeight(Int32)
Gets height of list item in pixels.

Insert(Int32)
Insert new element at specified index.

Item[([( Int32])])
Gets element from list.

Move(Int32, Int32)
Move element from source index to destination index.

Remove(Int32)
Remove element at specified index.

Inheritance Hierarchy

Object
SerializedPropertyAdaptor