Click or drag to resize
CapsuleDirectionAxis Enumeration
Which axis the capsule 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 CapsuleDirectionAxis
Members
  Member nameValueDescription
X0 Capsule aligned with X axis.
Y1 Capsule aligned with Y axis.
Z2 Capsule aligned with Z axis.
See Also