Click or drag to resize
SphereInfo Constructor
Create the info to create a sphere body.

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SphereInfo(
	float radius = 1f
)

Parameters

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