Class TextureComponent

java.lang.Object
com.devcharles.piazzapanic.components.TextureComponent
All Implemented Interfaces:
com.badlogic.ashley.core.Component

public class TextureComponent extends Object implements com.badlogic.ashley.core.Component
  • Field Details

    • region

      public com.badlogic.gdx.graphics.g2d.TextureRegion region
    • scale

      public com.badlogic.gdx.math.Vector2 scale
  • Constructor Details

    • TextureComponent

      public TextureComponent()