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 Details

    • index

      public int index
    • sprite

      public TextureDraw[] sprite
    • style

      public Style[] style
    • numSprites

      public int numSprites
    • fbo

      public TextureFBO 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)