Class CountdownPolygon

java.lang.Object
com.prineside.tdi2.Shape
com.prineside.tdi2.shapes.CountdownPolygon
All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable

public class CountdownPolygon extends Shape
  • Method Details

    • setup

      public void setup(float[] points)
      Parameters:
      points - пары x, y полигона
    • draw

      public void draw(com.badlogic.gdx.graphics.g2d.Batch batch)
      Specified by:
      draw in class Shape
    • reset

      public void reset()
      Description copied from interface: com.badlogic.gdx.utils.Pool.Poolable
      Resets the object for reuse. Object references should be nulled and fields may be set to default values.
    • free

      public void free()