Class PostProcessingPortConnection
Represents the post-processing connection between to node ports.
Inherited Members
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 |