Part_system_automatic_update - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Sets whether the given particle system should be updated automatically.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle system |
auto | boolean | whether or not to automatically update the particle system, default is true |
Return Values
void: This function does not return anything.
Example Call
// demonstrates turning off automatically updating for a particle system
part_system_automatic_update(sys, false);
NOTOC