Click or drag to resize
ConeInfo Constructor
Create the info to create a cone body.

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ConeInfo(
	float radius = 1f,
	float height = 1f,
	ConeDirectionAxis axis = ConeDirectionAxis.Y
)

Parameters

radius (Optional)
Type: SystemSingle
Cone radius.
height (Optional)
Type: SystemSingle
Cone height.
axis (Optional)
Type: GeonBit.Core.Physics.CollisionShapesConeDirectionAxis
Cone direction axis (Y = pointing up).
See Also