ReorderableListGUIListFieldAbsolute Method (Rect, SerializedProperty, ReorderableListFlags) |
Draw list field control for serializable property array.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static void ListFieldAbsolute(
Rect position,
SerializedProperty arrayProperty,
ReorderableListFlags flags
)
public static function ListFieldAbsolute(
position : Rect,
arrayProperty : SerializedProperty,
flags : ReorderableListFlags
)
Parameters
- position
- Type: Rect
Position of control. - arrayProperty
- Type: SerializedProperty
Serializable property. - flags
- Type: Rotorz.ReorderableListReorderableListFlags
Optional flags to pass into list field.
See Also