Delegate InspectorUIUtility.ListButtonEvent
Delegate for button callbacks, single index
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Editor
Assembly: cs.temp.dll.dll
Syntax
public delegate void ListButtonEvent(int index, SerializedProperty prop = null);
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | location of item in a serialized array |
SerializedProperty | prop | A serialize property containing information needed if the button was clicked |