Class JoinableComponentShapes

java.lang.Object
com.csse3200.game.components.joinable.JoinableComponentShapes

public class JoinableComponentShapes extends Object
This class is used to read-in and store the vertices for entities with a JoinableComponent attached.
  • Field Details

    • vertices

      public com.badlogic.gdx.utils.ObjectMap<String,com.badlogic.gdx.math.Vector2[]> vertices
  • Constructor Details

    • JoinableComponentShapes

      public JoinableComponentShapes()
  • Method Details

    • getShape

      public com.badlogic.gdx.physics.box2d.ChainShape getShape(String id)
      Gets the shape with the given id.
      Parameters:
      id - - the cardinalities' id.
      Returns:
      the shape for the given cardinality id.