Artemis Artemis
Artemis Artemis

Search Results for

    Interface INodeScript<T>

    Represents a node script with a result value of type T

    Inherited Members
    INodeScript.Run()
    INodeScript.AddNode(INode)
    INodeScript.RemoveNode(INode)
    INodeScript.LoadConnections()
    INodeScript.Name
    INodeScript.Description
    INodeScript.Nodes
    INodeScript.ResultType
    INodeScript.Context
    INodeScript.NodeAdded
    INodeScript.NodeRemoved
    IDisposable.Dispose()
    IStorageModel.Load()
    IStorageModel.Save()
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public interface INodeScript<out T> : INodeScript, IDisposable, IStorageModel
    Type Parameters
    Name Description
    T

    The type of result value

    Properties

    Result

    Gets the result of the script

    Declaration
    T? Result { get; }
    Property Value
    Type Description
    T
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.