Class PostProcessingPortConnection
Represents the post-processing connection between two node ports.
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 | Connected port. |
Properties
Node
Gets the post-processing node.
Declaration
public PostProcessingNode Node { get; }
Property Value
Type | Description |
---|---|
PostProcessingNode |
Port
Gets the postprocessing node port.
Declaration
public PostProcessingNodePort Port { get; }
Property Value
Type | Description |
---|---|
PostProcessingNodePort |