Delegate ReorderableList.ElementCallbackDelegate
Namespace: UnityEditorInternal
Assembly: UnityEditor.dll
Syntax
public delegate void ElementCallbackDelegate(Rect rect, int index, bool isActive, bool isFocused);
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | rect | |
| Int32 | index | |
| Boolean | isActive | |
| Boolean | isFocused |