Search Results for

    Show / Hide Table of Contents

    Class APostProcessingNodePortType

    Represents the port value.

    Inheritance
    object
    APostProcessingNodePortType
    PostProcessingNodePortDirectiveType
    PostProcessingNodePortLoadableType<T>
    PostProcessingNodePortParameterType<T>
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class APostProcessingNodePortType

    Properties

    Offset

    Gets or sets the associated 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 associated resource effect type.

    Declaration
    public GraphicsResourceInfo.ResourceTypes ResourceType { get; set; }
    Property Value
    Type Description
    GraphicsResourceInfo.ResourceTypes

    Slot

    Gets or sets the associated resource effect slot.

    Declaration
    public int Slot { get; set; }
    Property Value
    Type Description
    int

    Methods

    Write(BinaryWriter)

    Writes the node port type to a binary file.

    Declaration
    public abstract void Write(BinaryWriter writer)
    Parameters
    Type Name Description
    BinaryWriter writer

    The binary writer.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX