-
Notifications
You must be signed in to change notification settings - Fork 0
Part_system_update
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Updates the position of all particles in the given particle system and lets the emitters create particles, this function should only be called if automatic updating was disabled for the particle system.
| Parameter | Data Type | Description |
|---|---|---|
| ind | integer | index of the particle system |
void: This function does not return anything.
// demonstrates updating the particles in a particle system
part_system_update(sys);
NOTOC
This is number 1