holoride
Search Results for

    Show / Hide Table of Contents

    Class Node<T>

    A elastic graph node with a specific primary output.

    Inheritance
    object
    Object
    ScriptableObject
    XNode.Node
    Node
    Node<T>
    DataProviderNode<TDataType>
    MapNode
    PoseSetNode
    SpawnerNode
    Inherited Members
    Node.Awake()
    Node.IsPortOptional(NodePort)
    Node.GetNodeCategoryType()
    Node.XNodePrettyName(Type)
    Node.TraverseSubGraph()
    Node.CallRecursive(Action<Node>, ISet<Node>)
    Node.ForEachOutput<T>(Action<T>)
    Node.GetInputSourcePorts(string)
    Node.GetOutputSinkPorts(string)
    Namespace: Holoride.ElasticSDK.Graph
    Assembly: Holoride.ElasticSDK.Runtime.dll
    Syntax
    [Serializable]
    public abstract class Node<T> : Node
    Type Parameters
    Name Description
    T

    Fields

    Output

    Declaration
    [Node.Output(Node.ShowBackingValue.Never, Node.ConnectionType.Multiple, Node.TypeConstraint.None, false)]
    public T Output
    Field Value
    Type Description
    T

    Methods

    GetValue(NodePort)

    Gets this node.

    Declaration
    public override object GetValue(NodePort port)
    Parameters
    Type Name Description
    XNode.NodePort port

    The output port.

    Returns
    Type Description
    object

    This node.

    Overrides
    XNode.Node.GetValue(XNode.NodePort)
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint