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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
vertices
 
- 
- 
Constructor Details- 
JoinableComponentShapespublic JoinableComponentShapes()
 
- 
- 
Method Details- 
getShapeGets the shape with the given id.- Parameters:
- id- - the cardinalities' id.
- Returns:
- the shape for the given cardinality id.
 
 
-