de.lessvoid.nifty.examples.tutorial
Class SnowEffect

java.lang.Object
  extended by de.lessvoid.nifty.examples.tutorial.SnowEffect
All Implemented Interfaces:
EffectImpl

public class SnowEffect
extends Object
implements EffectImpl


Constructor Summary
SnowEffect()
           
 
Method Summary
 void activate(Nifty nifty, Element element, EffectProperties parameter)
           
 void deactivate()
           
 void execute(Element element, float effectTime, Falloff falloff, NiftyRenderEngine r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnowEffect

public SnowEffect()
Method Detail

activate

public void activate(Nifty nifty,
                     Element element,
                     EffectProperties parameter)
Specified by:
activate in interface EffectImpl

deactivate

public void deactivate()
Specified by:
deactivate in interface EffectImpl

execute

public void execute(Element element,
                    float effectTime,
                    Falloff falloff,
                    NiftyRenderEngine r)
Specified by:
execute in interface EffectImpl


Copyright © 2012. All Rights Reserved.