Search Results for

    Show / Hide Table of Contents

    Class APostProcessingNodePortType

    Represents the value of the port.

    Inheritance
    object
    APostProcessingNodePortType
    PostProcessingNodePortDirectiveType
    PostProcessingNodePortLoadableType<T>
    PostProcessingNodePortParameterType<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX