Click or drag to resize
CylinderDirectionAxis Enumeration
Which axis the cylinder is aligned with.

Namespace:  GeonBit.Core.Physics.CollisionShapes
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum CylinderDirectionAxis
Members
  Member nameValueDescription
X0 Cylinder aligned with X axis.
Y1 Cylinder aligned with Y axis.
Z2 Cylinder aligned with Z axis.
See Also