Click or drag to resize
ParticleSystem Constructor (ParticleType)
Create the new particles system with a base particle type.

Namespace:  GeonBit.ECS.Components.Particles
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ParticleSystem(
	ParticleType type
)

Parameters

type
Type: GeonBit.ECS.Components.ParticlesParticleType
First particles type in this system.
See Also