-
Notifications
You must be signed in to change notification settings - Fork 0
Part_attractor_position
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the position of the given particle attractor in the given particle system.
| Parameter | Data Type | Description |
|---|---|---|
| sys | integer | index of the particle system |
| ind | integer | index of the particle attractor |
| x | double | x coordinate of the position |
| y | double | y coordinate of the position |
void: This function does not return anything.
// demonstrates setting the position of a particle attractor
part_attractor_position(sys, attr, x, y);
NOTOC
This is number 1