OptionalisInternalConstructor: booleanDetermines how much velocity should a particle lose after a collision, in percent of its current velocity. In range [0, 1].
Determines how much should the particle lifetime be reduced after a collision, in percent of its original lifetime. In range [0, 1].
Collision mode determining with which geometry the particles will interact with.
Radius scale for particles used for collision.
Determines the elasticity (bounciness) of the particle collision. Lower values make the collision less bouncy and higher values more.
Marks the object as dirty.
Flags specifying what kind of member was changed.
Allows modifying this object multiple times in a row in a scope, without marking the object dirty immediately. Dirty flags are accumulated and the object is marked dirty at the end.
The scope where the object is modified.
Structure used for initializing a ParticleCollisions object.