Interface Visual

All Known Implementing Classes:
AbstractVisual, ShapeVisual, TextureVisual

public interface Visual
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(com.badlogic.gdx.graphics.glutils.ShapeRenderer shape, com.badlogic.gdx.math.Rectangle bounds, float worldRotation)
     
    void
    renderSlice(com.badlogic.gdx.graphics.glutils.ShapeRenderer shape, com.badlogic.gdx.math.Rectangle slice, float worldRotation)
     
  • Method Details

    • render

      void render(com.badlogic.gdx.graphics.glutils.ShapeRenderer shape, com.badlogic.gdx.math.Rectangle bounds, float worldRotation)
    • renderSlice

      void renderSlice(com.badlogic.gdx.graphics.glutils.ShapeRenderer shape, com.badlogic.gdx.math.Rectangle slice, float worldRotation)