ParticleEffectElectricFlash

From Crumbled World Wiki
Revision as of 13:01, 5 July 2025 by Anders (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ParticleEffectElectricFlashExampleCode

Inheritance

RenderNode

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()