Namespace Stride.Particles.Modules
Classes
- ParticleUpdater
The ParticleUpdater updates one or more fields, such as velocity or position, in all living particles in a target ParticlePool
- UpdaterCollider
The UpdaterCollider is an updater which tests the particles against a preset surface or shape, making them bounce off it when they collide
- UpdaterForceField
The UpdaterForceField updates the particles' positions and velocity based on proximity and relative position to a bounding force field
- UpdaterGravity
The UpdaterGravity is a simple version of a force field which updates the particles' velocity over time and acts as a gravitational force
- UpdaterSpeedToDirection
The UpdaterSpeedToDirection calculates the particle's direction (not normalized) based on its delta position