Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ParticleBaseKeys Class

    Namespace: Stride.Rendering
    Assembly: Stride.Particles.dll
    System.Object → ParticleBaseKeys
    Derived from ParticleBaseKeys:

    public static class ParticleBaseKeys
    Name Description
    Fields
    AlphaAdditive
    BaseColor
    ColorScale
    EmissiveMap
    EmissiveValue
    SoftEdgeInverseDistance
    UsesSoftEdge
    ZOffset
    | Improve this Doc View Source

    Fields


    AlphaAdditive

    public static readonly ValueParameterKey<float> AlphaAdditive
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    BaseColor

    public static readonly PermutationParameterKey<ShaderSource> BaseColor
    Field Value
    Type Description
    PermutationParameterKey<ShaderSource>

    ColorScale

    public static readonly ValueParameterKey<Vector4> ColorScale
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    EmissiveMap

    public static readonly ObjectParameterKey<Texture> EmissiveMap
    Field Value
    Type Description
    ObjectParameterKey<Texture>

    EmissiveValue

    public static readonly ValueParameterKey<Color4> EmissiveValue
    Field Value
    Type Description
    ValueParameterKey<Color4>

    SoftEdgeInverseDistance

    public static readonly ValueParameterKey<float> SoftEdgeInverseDistance
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    UsesSoftEdge

    public static readonly PermutationParameterKey<uint> UsesSoftEdge
    Field Value
    Type Description
    PermutationParameterKey<System.UInt32>

    ZOffset

    public static readonly ValueParameterKey<float> ZOffset
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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