Package zombie.core
Class SpriteRenderer.RenderState
java.lang.Object
zombie.core.SpriteRenderer.RenderState
- Enclosing class:
- SpriteRenderer
public class SpriteRenderer.RenderState
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
bRendered
float[]
camOffX
float[]
camOffY
java.util.ArrayList
drawnModels
int[]
drawOffsetX
int[]
drawOffsetY
TextureFBO
fbo
int
index
int
numSprites
int[]
offscreenHeight
int[]
offscreenWidth
int
playerIndex
TextureDraw[]
sprite
Style[]
style
long
time
-
Constructor Summary
Constructors Constructor Description RenderState(int int1)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
index
public int index -
sprite
-
style
-
numSprites
public int numSprites -
fbo
-
bRendered
public boolean bRendered -
time
public long time -
drawnModels
public final java.util.ArrayList drawnModels -
playerIndex
public int playerIndex -
offscreenWidth
public int[] offscreenWidth -
offscreenHeight
public int[] offscreenHeight -
camOffX
public float[] camOffX -
camOffY
public float[] camOffY -
drawOffsetX
public int[] drawOffsetX -
drawOffsetY
public int[] drawOffsetY
-
-
Constructor Details
-
RenderState
public RenderState(int int1)
-