Class PostProcessingNodePortDirectiveType
Represents a directive node port value.
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingNodePortDirectiveType : APostProcessingNodePortType
  Constructors
PostProcessingNodePortDirectiveType()
Initializes a new instance of the PostProcessingNodePortDirectiveType class.
Declaration
public PostProcessingNodePortDirectiveType()
  Properties
Directives
Gets the directive values.
Declaration
public string[] Directives { get; }
  Property Value
| Type | Description | 
|---|---|
| string[] | 
Value
Gets or sets the current directive.
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Read(BinaryReader)
Reads the node port type from binary file.
Declaration
public static PostProcessingNodePortDirectiveType Read(BinaryReader reader)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BinaryReader | reader | The binary reader.  | 
      
Returns
| Type | Description | 
|---|---|
| PostProcessingNodePortDirectiveType | 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.  |