Class WeatherParticleDrawer
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.iso.weather.fx.WeatherParticleDrawer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParticle
(Texture texture, float float0, float float1, float float7, float float6, float float2, float float3, float float4, float float5) void
addParticle
(Texture texture, float float0, float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, float float11) void
endFrame()
void
render()
void
Reset()
void
Methods inherited from class zombie.core.textures.TextureDraw.GenericDrawer
postRender, render
-
Constructor Details
-
WeatherParticleDrawer
public WeatherParticleDrawer()
-
-
Method Details
-
render
public void render()- Specified by:
render
in classTextureDraw.GenericDrawer
-
startFrame
public void startFrame() -
endFrame
public void endFrame() -
addParticle
public void addParticle(Texture texture, float float0, float float1, float float7, float float6, float float2, float float3, float float4, float float5) -
addParticle
public void addParticle(Texture texture, float float0, float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, float float11) -
Reset
public void Reset()
-