Struct ParticleSystemSimulation.PrewarmScope ​
Namespace: ValveResourceFormat.Particles
Assembly: ValveResourceFormat.dll
The emission state a prewarm disturbed, handed back to .
csharp
public readonly record struct ParticleSystemSimulation.PrewarmScope : IEquatable<ParticleSystemSimulation.PrewarmScope>Implements ​
IEquatable<ParticleSystemSimulation.PrewarmScope>
Constructors ​
PrewarmScope(int, long) ​
The emission state a prewarm disturbed, handed back to .
csharp
public PrewarmScope(int ParticlesEmitted, long ParticleCount)Parameters ​
ParticlesEmitted int
Emission counter before the prewarm.
ParticleCount long
Particle count before the prewarm.
Properties ​
ParticleCount ​
Particle count before the prewarm.
csharp
public long ParticleCount { get; init; }Property Value ​
ParticlesEmitted ​
Emission counter before the prewarm.
csharp
public int ParticlesEmitted { get; init; }
