Search Results for

    Show / Hide Table of Contents

    Class Mesh.Vertex1

    The Vertex Buffer 1 structure format. [Deprecated in v1.10]

    Inheritance
    System.Object
    Mesh.Vertex1
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class Vertex1 : ValueType

    Fields

    LightmapUVs

    The lightmap UVs (packed).

    Declaration
    public Half2 LightmapUVs
    Field Value
    Half2

    Normal

    The normal vector (packed).

    Declaration
    public FloatR10G10B10A2 Normal
    Field Value
    FloatR10G10B10A2

    Tangent

    The tangent vector (packed). Bitangent sign in component A.

    Declaration
    public FloatR10G10B10A2 Tangent
    Field Value
    FloatR10G10B10A2

    TexCoord

    The texture coordinates (packed).

    Declaration
    public Half2 TexCoord
    Field Value
    Half2

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat