docs.unity.cn
    Show / Hide Table of Contents

    Delegate InspectorEditor.DelegateInspectorExtensions

    Extension method for this inspector, called in the GUILoop

    Namespace: Mechatronics.SystemGraph
    Syntax
    public delegate bool DelegateInspectorExtensions(SystemGraphComponent obj);
    Parameters
    Type Name Description
    SystemGraphComponent obj

    Current SystemGraphComponent attached to this inspector

    Returns
    Type Description
    Boolean

    True if the SystemGraphComponent or scene was modified, false otherwise.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use