ClassesTParticlesComponentOn this pageTParticlesComponent A component is a data structure that describes a property of an entity.HierarchyTComponentTParticlesComponentIndex ConstructorsconstructorPropertiesparticlespausedsystemConfigtimeSinceLastEmitConstructors constructornew TParticlesComponent(systemConfig: TParticleSystemConfig): TParticlesComponentParameterssystemConfig: TParticleSystemConfigReturns TParticlesComponentProperties publicparticlesparticles: TParticle[] = []publicpausedpaused: boolean = falsepublicsystemConfigsystemConfig: TParticleSystemConfigpublictimeSinceLastEmittimeSinceLastEmit: number = 0
A component is a data structure that describes a property of an entity.