Click or drag to resize
CylinderInfo Constructor (Single, Single, CylinderDirectionAxis)
Create the info to create a cylinder body.

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

Parameters

radius
Type: SystemSingle
Cylinder radius.
height
Type: SystemSingle
Cylinder height.
axis (Optional)
Type: GeonBit.Core.Physics.CollisionShapesCylinderDirectionAxis
Cylinder direction axis (Y = standing up).
See Also