mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Delegate InspectorUIUtility.MultiListButtonEvent

    Delegate for button callbacks, multi-index for nested arrays

    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void MultiListButtonEvent(int[] indexArray, SerializedProperty prop = null);
    Parameters
    Type Name Description
    Int32[] indexArray

    location of item in a serialized array

    SerializedProperty prop

    A serialize property containing information needed if the button was clicked

    Back to top Generated by DocFX