Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ParticleVertexElements Class

    Namespace: Stride.Particles.VertexLayouts
    Assembly: Stride.Particles.dll

    A list of common VertexElement used in the particles' vertex layout

    System.Object → ParticleVertexElements
    Derived from ParticleVertexElements:

    public static class ParticleVertexElements
    Name Description
    Fields
    Color
    Lifetime
    Position
    RandSeed
    TexCoord
    | Improve this Doc View Source

    Fields


    Color

    public static VertexElement Color
    Field Value
    Type Description
    VertexElement

    Lifetime

    public static VertexElement Lifetime
    Field Value
    Type Description
    VertexElement

    Position

    public static VertexElement Position
    Field Value
    Type Description
    VertexElement

    RandSeed

    public static VertexElement RandSeed
    Field Value
    Type Description
    VertexElement

    TexCoord

    public static VertexElement[] TexCoord
    Field Value
    Type Description
    VertexElement[]

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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