docs.unity.cn
    Show / Hide Table of Contents

    Class ActionQueue

    Store actions to executes after entering edit or play mode.

    Inheritance
    Object
    ActionQueue
    Namespace: Mechatronics.SystemGraph
    Syntax
    [InitializeOnLoad]
    public static class ActionQueue

    Methods

    QueueOpenGraphEnteringEditMode(String)

    Queues the open graph entering edit mode.

    Declaration
    public static void QueueOpenGraphEnteringEditMode(string assetpath)
    Parameters
    Type Name Description
    String assetpath

    The assetpath.

    QueueOpenGraphEnteringPlayMode(String)

    Queues the open graph entering play mode.

    Declaration
    public static void QueueOpenGraphEnteringPlayMode(string assetpath)
    Parameters
    Type Name Description
    String assetpath

    The assetpath.

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