-
Notifications
You must be signed in to change notification settings - Fork 0
Part_system_draw_order
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the order in which the given particle system will render particles, to either oldest to newest or newest to oldest.
| Parameter | Data Type | Description |
|---|---|---|
| ind | integer | index of the particle system |
| oldtonew | boolean | whether or not particles should be drawn in the order of oldest to newest |
void: This function does not return anything.
// demonstrates setting a particle system to draw the newer particles first
part_system_draw_order(sys, false);
NOTOC
This is number 1