ParticleEffectElectricFlash: Difference between revisions
From Crumbled World Wiki
(Created page with "{{:ParticleEffectElectricFlashExampleCode}} ==Inheritance== RenderNode ==Static functions== {| class="wikitable" !|return !|function !|description |- |ParticleEffectElectricFlash |new(string textureFile) |Create a new Instance of the the ParticleEffectElectricFlash |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |update() | |- | |P...") |
(No difference)
|
Latest revision as of 13:01, 5 July 2025
ParticleEffectElectricFlashExampleCode
Inheritance
Static functions
| return | function | description |
|---|---|---|
| ParticleEffectElectricFlash | new(string textureFile) | Create a new Instance of the the ParticleEffectElectricFlash |
Functions
| return | function | description |
|---|---|---|
| update() | ||
| setLine(Vec3 startPos, Vec3 endPos, float timePos) | ||
| setLine(Vec3 startPos, Vec3 endPos, Sphere cuttOff, float timePos) | ||
| float | getTimer() | |
| bool | isRendering() |