Showing results for

ecs

on excaliburjs.com
excaliburjs.com › api › class › Label
Label | API | Excalibur.js
...on the entity
Do not modify
Use addComponent/removeComponent otherwise the ECS will not be notified of changes.
publicevents
Listen to or emit events...
excaliburjs.com › api › class › GpuParticleEmitter
GpuParticleEmitter | API | Excalibur.js
...on the entity
Do not modify
Use addComponent/removeComponent otherwise the ECS will not be notified of changes.
publicemitRate
publicemitterType
excaliburjs.com › api › class › Trigger
Trigger | API | Excalibur.js
...on the entity
Do not modify
Use addComponent/removeComponent otherwise the ECS will not be notified of changes.
publicevents
Listen to or emit events...
excaliburjs.com › api › class › ParticleEmitter
ParticleEmitter | API | Excalibur.js
...on the entity
Do not modify
Use addComponent/removeComponent otherwise the ECS will not be notified of changes.
publicdeadParticles
Gets or sets the backing...
excaliburjs.com › docs › migration
Migration | Excalibur.js
...DefaultLoader}); -
ECS components and system are now simplified to not require a string type name, now they just use the runtime type name instead...
excaliburjs.com › blog › excalibur 0 30 0 released
Excalibur v0.30.0 Released! | Excalibur.js
...possible
- Reduces javascript GC pauses
- Improves general speed of the engine
- ECS optimizations the speed up Entity queries
We also have a new Excalibur...