SimpleGeometry

interface SimpleGeometry

A subset of Geometry that a SimpleBodies can support. Since the simple-bodies engine also handles showing bodies to players, we can't display all shapes. This is the subset that we can support.

Inheritors

Types

Link copied to clipboard
data class Box(val handle: Box) : SimpleGeometry
Link copied to clipboard
data class Sphere(val handle: Sphere) : SimpleGeometry

Properties

Link copied to clipboard
abstract val handle: Geometry