Class InitialSizeSeed
- Namespace
- Stride.Particles.Initializers
- Assembly
- Stride.Particles.dll
[DataContract("InitialSizeSeed")]
[Display("Size", null)]
public class InitialSizeSeed : ParticleInitializer
- Inheritance
-
Initial
Size Seed
- Inherited Members
Constructors
InitialSizeSeed()
Properties
RandomSize
Minimum and maximum values for the size field
Property Value
SeedOffset
The seed offset used to match or separate random values
Property Value
Methods
Initialize(ParticlePool, int, int, int)
Override Initialize if your module acts as an Initializer and change its type to Initializer
Parameters
pool
ParticlePool Particle pool to target
startIdx
intStarting index (included from the array)
endIdx
intEnd index (excluded from the array)
maxCapacity
intMax pool capacity (loops after this point) so that it's possible for (endIdx < startIdx)