Package net.risingworld.api.collider
Class Collider
java.lang.Object
net.risingworld.api.collider.Collider
- Direct Known Subclasses:
BoxCollider
,HullCollider
,MeshCollider
,SphereCollider
Represents a collision shape.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Determines the type of the collision shape. -
Method Summary
-
Method Details
-
getType
Gets the collider type.- Returns:
- the collision shape type.
-