-
Notifications
You must be signed in to change notification settings - Fork 0
Part_type_blend
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets whether the given particle type should use additive blending.
| Parameter | Data Type | Description |
|---|---|---|
| ind | integer | index of the particle type |
| additive | boolean | whether to use additive blending |
void: This function does not return anything.
// demonstrates setting a particle type to use normal blending
part_type_blend(type, false);
NOTOC
This is number 1