Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ardiscript:addparticle [2018/11/26 23:05] optrix [Parameters] |
ardiscript:addparticle [2018/11/27 00:57] (current) optrix [Parameters] |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| This parameter allows you to specify another asset in the Virtual Environment to parent the particle effect to. If specified, the //position// parameter will be converted to local coordinates based on the parent. | This parameter allows you to specify another asset in the Virtual Environment to parent the particle effect to. If specified, the //position// parameter will be converted to local coordinates based on the parent. | ||
| + | |||
| + | ===Follow=== | ||
| + | |||
| + | //Type: [[Bool]] | ||
| + | Default: True// | ||
| + | |||
| + | When a target is specified, this parameter can be set to false to separate the particle from its target so that it will not follow if the target asset moves within the scene. | ||
| ===Name=== | ===Name=== | ||
| Line 34: | Line 41: | ||
| |**Particle_Solid**|Creates a particle emitter that emits pieces of rock.| | |**Particle_Solid**|Creates a particle emitter that emits pieces of rock.| | ||
| |**Particle_Intake**|Creates a particle emitter that represents air being sucked into a point.| | |**Particle_Intake**|Creates a particle emitter that represents air being sucked into a point.| | ||
| + | |||
| + | ===Speed=== | ||
| + | |||
| + | //Type: [[Float]] | ||
| + | Default: **4**// | ||
| + | |||
| + | This parameter controls the speed at which the particle emitter sends out particles. | ||
| ===Position=== | ===Position=== | ||