Class TransformComponent

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

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

    • position

      public final com.badlogic.gdx.math.Vector3 position
    • scale

      public final com.badlogic.gdx.math.Vector2 scale
    • rotation

      public float rotation
    • isHidden

      public boolean isHidden
    • isMoving

      public boolean isMoving
  • Constructor Details

    • TransformComponent

      public TransformComponent()