Class PostProcessingNodePortParameterType<T>
Represents the node port typed value.
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingNodePortParameterType<T> : APostProcessingNodePortType
Type Parameters
Name | Description |
---|---|
T | Port type. |
Constructors
PostProcessingNodePortParameterType()
Initializes a new instance of the PostProcessingNodePortParameterType<T> class.
Declaration
public PostProcessingNodePortParameterType()
Properties
Value
Gets or sets port value.
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |
Methods
Read(BinaryReader)
Reads the node port type from binary file.
Declaration
public static PostProcessingNodePortParameterType<T> Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
BinaryReader | reader | The binary reader. |
Returns
Type | Description |
---|---|
PostProcessingNodePortParameterType<T> | The post-processing node port type. |
Write(BinaryWriter)
Writes the node port type to binary file.
Declaration
public override void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
BinaryWriter | writer | The binary writer. |