Click or drag to resize
CollisionSphere Constructor
Create the collision sphere.

Namespace:  GeonBit.Core.Physics.CollisionShapes
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CollisionSphere(
	float radius = 1f
)

Parameters

radius (Optional)
Type: SystemSingle
Sphere radius.
See Also