ParticleEffectElectricFlash
From Crumbled World Wiki
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() |