mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX