Click or drag to resize
CylinderInfo Constructor (Vector3, 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(
	Vector3 halfExtent,
	CylinderDirectionAxis axis = CylinderDirectionAxis.Y
)

Parameters

halfExtent
Type: Vector3
Cylinder half extent.
axis (Optional)
Type: GeonBit.Core.Physics.CollisionShapesCylinderDirectionAxis
Cylinder direction axis (Y = standing up).
See Also