Search Results for

    Show / Hide Table of Contents

    Class PostProcessingPortConnection

    Represents the post-processing connection between to node ports.

    Inheritance
    object
    PostProcessingPortConnection
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class PostProcessingPortConnection

    Constructors

    PostProcessingPortConnection()

    Initializes a new instance of the PostProcessingPortConnection class.

    Declaration
    public PostProcessingPortConnection()

    PostProcessingPortConnection(PostProcessingGraphDescription, Guid, Guid)

    Initializes a new instance of the PostProcessingPortConnection class.

    Declaration
    public PostProcessingPortConnection(PostProcessingGraphDescription graph, Guid nodeId, Guid portId)
    Parameters
    Type Name Description
    PostProcessingGraphDescription graph

    The post-processing Graph.

    Guid nodeId

    The node id.

    Guid portId

    The port id.

    PostProcessingPortConnection(PostProcessingNodePort)

    Initializes a new instance of the PostProcessingPortConnection class.

    Declaration
    public PostProcessingPortConnection(PostProcessingNodePort port)
    Parameters
    Type Name Description
    PostProcessingNodePort port

    Port connected.

    Properties

    Node

    Gets the post-processing node.

    Declaration
    public PostProcessingNode Node { get; }
    Property Value
    Type Description
    PostProcessingNode

    Port

    Gets the post-processing node port.

    Declaration
    public PostProcessingNodePort Port { get; }
    Property Value
    Type Description
    PostProcessingNodePort

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX