Circle
Introduction
The Circle represents a PositionedObject which can be used to draw circles or conduct efficient circular collision. Circles are created and removed through the ShapeManager.
Simple Circle Example
The following example creates two circles and controls one of them with the Keyboard.
Add the following using statement
At Class Scope:
In Initialize:
In Update:
Last updated