This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dragengine:modules:dragonscript:behavior_particleemitter [2025/03/11 17:14] – created dragonlord | dragengine:modules:dragonscript:behavior_particleemitter [2025/03/13 17:07] (current) – dragonlord | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
<WRAP youarehere> | <WRAP youarehere> | ||
- | [[: | + | [[: |
</ | </ | ||
Line 15: | Line 15: | ||
If the [[behavior_collider|ECBehaviorCollider]] behavior is present in the behavior element before this behavior is added the particle emitter is attached. The particle emitter is attached to the named bone if defined otherwise it is attached statically. | If the [[behavior_collider|ECBehaviorCollider]] behavior is present in the behavior element before this behavior is added the particle emitter is attached. The particle emitter is attached to the named bone if defined otherwise it is attached statically. | ||
+ | See also: | ||
+ | * [[gamedev: | ||
+ | * [[gamedev: | ||
====== Instance Counts ====== | ====== Instance Counts ====== | ||
Line 93: | Line 96: | ||
* Example (*.deeclass) <code xml>< | * Example (*.deeclass) <code xml>< | ||
- | ===== Events ===== | + | ====== Events |
This behavior provides these events: | This behavior provides these events: | ||
- | ==== startCasting ==== | + | ===== startCasting |
Start casting particles. | Start casting particles. | ||
- | ==== stopCasting ==== | + | ===== stopCasting |
Stop casting particles. | Stop casting particles. | ||
- | ==== lastParticleDied ==== | + | ===== lastParticleDied |
Last particle of a burst emission died. | Last particle of a burst emission died. | ||
- | ==== particleResponse ==== | + | ===== particleResponse |
Determine response for a custom particle collision. | Determine response for a custom particle collision. | ||
Line 121: | Line 124: | ||
====== Optional Behaviors ====== | ====== Optional Behaviors ====== | ||
- | This behavior does support these optional behaviors: | ||
* [[behavior_collider|ECBehaviorCollider]]: | * [[behavior_collider|ECBehaviorCollider]]: | ||