part_type_blend - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
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