Class PostProcessingInputNodePort
Represents the post-processing input node port.
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingInputNodePort : PostProcessingNodePort
Constructors
PostProcessingInputNodePort()
Initializes a new instance of the Post
Declaration
public PostProcessingInputNodePort()
PostProcessingInputNodePort(string, APostProcessingNodePortType)
Initializes a new instance of the Post
Declaration
public PostProcessingInputNodePort(string name, APostProcessingNodePortType type)
Parameters
Type | Name | Description |
---|---|---|
string | name | The port name. |
APost |
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 |
---|---|
Post |
Methods
AddConnection(PostProcessingPortConnection)
Add new connection to the port.
Declaration
public PostProcessingInputNodePort AddConnection(PostProcessingPortConnection connection)
Parameters
Type | Name | Description |
---|---|---|
Post |
connection | The new connection. |
Returns
Type | Description |
---|---|
Post |
The post-processing node port(fluent syntax). |
RemoveConnection(PostProcessingPortConnection)
Remove connection.
Declaration
public PostProcessingInputNodePort RemoveConnection(PostProcessingPortConnection connection)
Parameters
Type | Name | Description |
---|---|---|
Post |
connection | The remove connection. |
Returns
Type | Description |
---|---|
Post |
The post-processing node port (fluent syntax). |