Class APostProcessingNodePortType
Represents the value of the port.
Inheritance
APostProcessingNodePortType
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public abstract class APostProcessingNodePortType
Properties
Offset
Gets or sets the associate cbuffer parameter offset. (Only if the resourceType is ConstantBuffer).
Declaration
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
int |
PortOwner
Gets or sets the owner node port.
Declaration
public PostProcessingNodePort PortOwner { get; set; }
Property Value
Type | Description |
---|---|
PostProcessingNodePort |
ResourceType
Gets or sets the associate resource effect type.
Declaration
public GraphicsResourceInfo.ResourceTypes ResourceType { get; set; }
Property Value
Type | Description |
---|---|
GraphicsResourceInfo.ResourceTypes |
Slot
Gets or sets the associate resource effect slot.
Declaration
public int Slot { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
Write(BinaryWriter)
Writes the node port type to binary file.
Declaration
public abstract void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
BinaryWriter | writer | The binary writer. |