Remove - ShaderParticleGeometry

Member of: ShaderParticleGeometry Script

Removes this effect, with an optional fade-out time.

SyntaxEdit

Function Remove(float afFadeOutTime = 0.0) native

ParametersEdit

  • afFadeOutTime: The time to fade over, in seconds
    • Default: 0.0

Return ValueEdit

None.

ExamplesEdit

; Remove the fire effect instantly
FireEffect.Remove()


; Remove the freeze effect over 3 and a half seconds
FreezeEffect.Remove(3.5)

See AlsoEdit