InspectorUIUtility.MultiListButtonEvent Delegate

Definition

Delegate for button callbacks, multi-index for nested arrays

public: delegate void InspectorUIUtility::MultiListButtonEvent(cli::array <int> ^ indexArray, SerializedProperty ^ prop);
public delegate void InspectorUIUtility.MultiListButtonEvent(int[] indexArray, SerializedProperty prop = default);
type InspectorUIUtility.MultiListButtonEvent = delegate of int[] * SerializedProperty -> unit
Public Delegate Sub InspectorUIUtility.MultiListButtonEvent(indexArray As Integer(), Optional prop As SerializedProperty = Nothing)

Parameters

indexArray
Int32[]

location of item in a serialized array

prop
UnityEditor.SerializedProperty

A serialize property containing information needed if the button was clicked

Applies to