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