| 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)
Syntaxpublic CollisionSphere(
	float radius = 1f
)
Parameters
- radius (Optional)
 - Type: SystemSingle
Sphere radius. 
See Also