Search Results for

    Show / Hide Table of Contents

    Class PostProcessingInputNodePort

    Represents the post-processing input node port.

    Inheritance
    object
    IdentifiableObject
    PostProcessingNodePort
    PostProcessingInputNodePort
    Inherited Members
    PostProcessingNodePort.NodeOwner
    PostProcessingNodePort.Name
    PostProcessingNodePort.Type
    PostProcessingNodePort.Hidden
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class PostProcessingInputNodePort : PostProcessingNodePort

    Constructors

    PostProcessingInputNodePort()

    Initializes a new instance of the PostProcessingInputNodePort class.

    Declaration
    public PostProcessingInputNodePort()

    PostProcessingInputNodePort(string, APostProcessingNodePortType)

    Initializes a new instance of the PostProcessingInputNodePort class.

    Declaration
    public PostProcessingInputNodePort(string name, APostProcessingNodePortType type)
    Parameters
    Type Name Description
    string name

    The port name.

    APostProcessingNodePortType type

    The port type.

    Properties

    ConnectedWith

    Gets or sets the post-processing connection.

    Declaration
    [EvergineMember(3)]
    public PostProcessingPortConnection ConnectedWith { get; set; }
    Property Value
    Type Description
    PostProcessingPortConnection

    Methods

    AddConnection(PostProcessingPortConnection)

    Adds a new connection to the port.

    Declaration
    public PostProcessingInputNodePort AddConnection(PostProcessingPortConnection connection)
    Parameters
    Type Name Description
    PostProcessingPortConnection connection

    The new connection.

    Returns
    Type Description
    PostProcessingInputNodePort

    The post-processing node port (fluent syntax).

    RemoveConnection(PostProcessingPortConnection)

    Removes the connection.

    Declaration
    public PostProcessingInputNodePort RemoveConnection(PostProcessingPortConnection connection)
    Parameters
    Type Name Description
    PostProcessingPortConnection connection

    The connection to remove.

    Returns
    Type Description
    PostProcessingInputNodePort

    The post-processing node port (fluent syntax).

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX