Artemis Artemis
Artemis Artemis

Search Results for

    Class NodeEditorCommandScope

    Represents a scope in which editor commands are executed until disposed.

    Inheritance
    object
    NodeEditorCommandScope
    Implements
    IDisposable
    Namespace: Artemis.UI.Shared.Services.NodeEditor
    Assembly: Artemis.UI.Shared.dll
    Syntax
    public class NodeEditorCommandScope : IDisposable

    Properties

    Name

    Gets the name of the scope.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    NodeEditorCommands

    Gets a read only collection of commands in the scope.

    Declaration
    public ReadOnlyCollection<INodeEditorCommand> NodeEditorCommands { get; }
    Property Value
    Type Description
    ReadOnlyCollection<INodeEditorCommand>

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.