Search Results for

    Show / Hide Table of Contents

    Struct VertexPositionColorDualTexture

    Represents a vertex with position, normal and texture coordinate.

    Namespace: Evergine.Common.Graphics.VertexFormats
    Assembly: Evergine.Common.dll
    Syntax
    public struct VertexPositionColorDualTexture

    Constructors

    VertexPositionColorDualTexture(Vector3, Color, Vector2, Vector2)

    Initializes a new instance of the VertexPositionColorDualTexture struct.

    Declaration
    public VertexPositionColorDualTexture(Vector3 position, Color color, Vector2 texCoord, Vector2 texCoord2)
    Parameters
    Type Name Description
    Vector3 position

    The position.

    Color color

    The color.

    Vector2 texCoord

    The first texture coordinate.

    Vector2 texCoord2

    The second texture coordinate.

    Fields

    Color

    Vertex color.

    Declaration
    public Color Color
    Field Value
    Type Description
    Color

    Position

    Vertex position.

    Declaration
    public Vector3 Position
    Field Value
    Type Description
    Vector3

    TexCoord

    Vertex texture coordinate.

    Declaration
    public Vector2 TexCoord
    Field Value
    Type Description
    Vector2

    TexCoord2

    Second vertex texture coordinate.

    Declaration
    public Vector2 TexCoord2
    Field Value
    Type Description
    Vector2

    VertexFormat

    Vertex format.

    Declaration
    public static readonly LayoutDescription VertexFormat
    Field Value
    Type Description
    LayoutDescription

    Extension Methods

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