Create a new circle with the desired radius and density.
Namespace: Internal.tainicom.Aether.Physics2D.Collision.ShapesAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CircleShape(
float radius,
float density
)
Parameters
- radius Single
- The radius of the circle.
- density Single
- The density of the circle.
See Also