docs.unity.cn
    Show / Hide Table of Contents

    Delegate IPortEditor.tDelegateRefreshEditor

    Delegate tDelegateRefreshEditor

    Namespace: Mechatronics.SystemGraph
    Syntax
    public delegate bool tDelegateRefreshEditor(IPortEditor self, VisualElement port, bool forceHide);
    Parameters
    Type Name Description
    IPortEditor self

    This instance.

    VisualElement port

    The port.

    Boolean forceHide

    if set to true [force hide].

    Returns
    Type Description
    Boolean

    true if editor refreshed, false otherwise.

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