-
Notifications
You must be signed in to change notification settings - Fork 0
Part_system_automatic_draw
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets whether the given particle system should automatically draw its particles.
| Parameter | Data Type | Description |
|---|---|---|
| ind | integer | index of the particle system |
| auto | boolean | whether or not to automatically draw the particles, default is true |
void: This function does not return anything.
// demonstrates turning off automatic particle drawing for a particle system
part_system_automatic_draw(sys, false);
NOTOC
This is number 1