Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    VertexElementUsage Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll
    System.Object → VertexElementUsage
    Derived from VertexElementUsage:

    public static class VertexElementUsage
    Name Description
    Fields
    BiTangent

    Vertex Bitangent data.

    BlendIndices

    Bone blend indices data.

    BlendWeight

    Bone blend weight data.

    Color

    Vertex data contains diffuse or specular color.

    Normal

    Vertex normal data.

    Position

    Position data.

    PositionTransformed

    Position transformed data.

    Tangent

    Vertex tangent data.

    TextureCoordinate

    Texture coordinate data.

    | Improve this Doc View Source

    Fields


    BiTangent

    Vertex Bitangent data.

    public static readonly string BiTangent
    Field Value
    Type Description
    System.String

    BlendIndices

    Bone blend indices data.

    public static readonly string BlendIndices
    Field Value
    Type Description
    System.String

    BlendWeight

    Bone blend weight data.

    public static readonly string BlendWeight
    Field Value
    Type Description
    System.String

    Color

    Vertex data contains diffuse or specular color.

    public static readonly string Color
    Field Value
    Type Description
    System.String

    Normal

    Vertex normal data.

    public static readonly string Normal
    Field Value
    Type Description
    System.String

    Position

    Position data.

    public static readonly string Position
    Field Value
    Type Description
    System.String

    PositionTransformed

    Position transformed data.

    public static readonly string PositionTransformed
    Field Value
    Type Description
    System.String

    Tangent

    Vertex tangent data.

    public static readonly string Tangent
    Field Value
    Type Description
    System.String

    TextureCoordinate

    Texture coordinate data.

    public static readonly string TextureCoordinate
    Field Value
    Type Description
    System.String

    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation