Class JoinableComponentShapes
java.lang.Object
com.csse3200.game.components.structures.JoinableComponentShapes
This class is used to read-in and store the vertices for entities
with a JoinableComponent attached.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
vertices
-
-
Constructor Details
-
JoinableComponentShapes
public JoinableComponentShapes()
-
-
Method Details
-
getShape
Gets the shape with the given id.- Parameters:
id
- - the cardinalities' id.- Returns:
- the shape for the given cardinality id.
-