Class NodeFunctionality<TSimulationPortDefinition, TKernelPortDefinition> | Data Flow Graph | 0.11.10-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class NodeFunctionality<TSimulationPortDefinition, TKernelPortDefinition>

    Base class for a combined simulation / rendering node. NodeFunctionality

    Inheritance
    Object
    NodeFunctionality
    NodeFunctionality<TSimulationPortDefinition>
    NodeFunctionality<TSimulationPortDefinition, TKernelPortDefinition>
    NodeDefinition<TNodeData, TSimulationportDefinition, TKernelData, TKernelPortDefinition, TKernel>
    Inherited Members
    NodeFunctionality<TSimulationPortDefinition>.SimulationPorts
    NodeFunctionality.Set
    NodeFunctionality.BaseTraits
    NodeFunctionality.AutoPorts
    NodeFunctionality.OnUpdate(NodeHandle)
    NodeFunctionality.Init(InitContext)
    NodeFunctionality.Destroy(NodeHandle)
    NodeFunctionality.Dispose()
    NodeFunctionality.OnMessage<T>(MessageContext, T)
    NodeFunctionality.GetPortDescription(NodeHandle)
    NodeFunctionality.GeneratePortDescriptions()
    NodeFunctionality.EmitMessage<T, TNodeDefinition>(NodeHandle, MessageOutput<TNodeDefinition, T>, T)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.DataFlowGraph
    Syntax
    public abstract class NodeFunctionality<TSimulationPortDefinition, TKernelPortDefinition> : NodeFunctionality<TSimulationPortDefinition>, INodeDefinition, INodeFunctionality, IDisposable where TSimulationPortDefinition : struct, ISimulationPortDefinition where TKernelPortDefinition : struct, IKernelPortDefinition
    Type Parameters
    Name Description
    TSimulationPortDefinition
    TKernelPortDefinition

    Properties

    KernelPorts

    The kernel port definition of this node's public contract. Use this to connect together data flow in the rendering part of the graph using the various methods of NodeSet which require a port.

    This is the concrete static instance of the IKernelPortDefinition struct used in the declaration of a node's NodeDefinition<TNodeData, TSimulationportDefinition, TKernelData, TKernelPortDefinition, TKernel>. Connect(NodeHandle, OutputPortID, NodeHandle, InputPortID) IGraphKernel<TKernelData, TKernelPortDefinition>

    Declaration
    public static TKernelPortDefinition KernelPorts { get; }
    Property Value
    Type Description
    TKernelPortDefinition
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023