InspectorUIUtility.ListButtonEvent Delegate

Definition

Delegate for button callbacks, single index

public: delegate void InspectorUIUtility::ListButtonEvent(int index, SerializedProperty ^ prop);
public delegate void InspectorUIUtility.ListButtonEvent(int index, SerializedProperty prop = default);
type InspectorUIUtility.ListButtonEvent = delegate of int * SerializedProperty -> unit
Public Delegate Sub InspectorUIUtility.ListButtonEvent(index As Integer, Optional prop As SerializedProperty = Nothing)

Parameters

index
Int32

location of item in a serialized array

prop
UnityEditor.SerializedProperty

A serialize property containing information needed if the button was clicked

Applies to