|
Verlet Intergration Soft Body
|
the base class for all shapes that can be drawn using the PrimitiveBatch. Each shape has a position, color and a filled property to determine if the shape should be filled or just an outline. More...
Public Member Functions | |
| Shape (Vector2 position, Color color, bool filled=true) | |
| void | Draw (SpriteBatch spriteBatch, PrimitiveBatch primitiveBatch) |
Public Attributes | |
| Vector2 | position |
| Color | color |
| bool | filled |
the base class for all shapes that can be drawn using the PrimitiveBatch. Each shape has a position, color and a filled property to determine if the shape should be filled or just an outline.