Class Shape

java.lang.Object
gaiasky.scene.component.Shape
All Implemented Interfaces:
com.badlogic.ashley.core.Component

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

    • track

      public FocusView track
      The actual object to track.
    • trackName

      public String trackName
      The name of the object whose position this shape object will track.
  • Constructor Details

    • Shape

      public Shape()
  • Method Details

    • setTrack

      public void setTrack(String track)