Interface IGraphSlot | Compositor | 0.8.0-preview.2
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IGraphSlot

    Inherited Members
    IMsgHandler<EntityContext>.HandleMessage(MessageContext, EntityContext)
    Namespace: Unity.Compositor
    Syntax
    public interface IGraphSlot : IMsgHandler<EntityContext>

    Properties

    CachedGraphReference

    Declaration
    BlobAssetReference<Graph> CachedGraphReference { get; set; }
    Property Value
    Type Description
    BlobAssetReference<Graph>

    Nodes

    Declaration
    Dictionary<CompositorNodeID, NodeHandle> Nodes { get; set; }
    Property Value
    Type Description
    Dictionary<CompositorNodeID, NodeHandle>

    Methods

    AddNode(NodeSetAPI, CreateNodeCommand)

    Declaration
    void AddNode(NodeSetAPI set, CreateNodeCommand create)
    Parameters
    Type Name Description
    NodeSetAPI set
    CreateNodeCommand create

    GetInputPort(NodeSetAPI, CompositorNodeID, CompositorPortID)

    Declaration
    PortDescription.InputPort GetInputPort(NodeSetAPI set, CompositorNodeID Node, CompositorPortID Port)
    Parameters
    Type Name Description
    NodeSetAPI set
    CompositorNodeID Node
    CompositorPortID Port
    Returns
    Type Description
    PortDescription.InputPort

    GetNodeByID(CompositorNodeID)

    Declaration
    NodeHandle GetNodeByID(CompositorNodeID id)
    Parameters
    Type Name Description
    CompositorNodeID id
    Returns
    Type Description
    NodeHandle

    GetOutputPort(NodeSetAPI, CompositorNodeID, CompositorPortID)

    Declaration
    PortDescription.OutputPort GetOutputPort(NodeSetAPI set, CompositorNodeID Node, CompositorPortID Port)
    Parameters
    Type Name Description
    NodeSetAPI set
    CompositorNodeID Node
    CompositorPortID Port
    Returns
    Type Description
    PortDescription.OutputPort
    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