Class TransformComponent
java.lang.Object
com.devcharles.piazzapanic.components.TransformComponent
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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()
-