Class Collider

java.lang.Object
net.risingworld.api.collider.Collider
Direct Known Subclasses:
BoxCollider, HullCollider, MeshCollider, SphereCollider

public abstract class Collider extends Object
Represents a collision shape.
  • Method Details

    • getType

      public Collider.Type getType()
      Gets the collider type.
      Returns:
      the collision shape type.