Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SpawnOrderConst Class

    Namespace: Stride.Particles.Initializers
    Assembly: Stride.Particles.dll

    Spawn order can be additionally subdivided in groups

    System.Object → SpawnOrderConst
    Derived from SpawnOrderConst:

    public static class SpawnOrderConst
    Name Description
    Fields
    AuxiliaryBitMask
    GroupBitMask
    GroupBitOffset
    LargeAuxiliaryBitMask
    LargeGroupBitMask
    LargeGroupBitOffset
    | Improve this Doc View Source

    Fields


    AuxiliaryBitMask

    public const uint AuxiliaryBitMask = 65535U
    Field Value
    Type Description
    System.UInt32

    GroupBitMask

    public const uint GroupBitMask = 4294901760U
    Field Value
    Type Description
    System.UInt32

    GroupBitOffset

    public const int GroupBitOffset = 16
    Field Value
    Type Description
    System.Int32

    LargeAuxiliaryBitMask

    public const uint LargeAuxiliaryBitMask = 1048575U
    Field Value
    Type Description
    System.UInt32

    LargeGroupBitMask

    public const uint LargeGroupBitMask = 4293918720U
    Field Value
    Type Description
    System.UInt32

    LargeGroupBitOffset

    public const int LargeGroupBitOffset = 20
    Field Value
    Type Description
    System.Int32

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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