Start

interface Start

Defines the starting position for a Collider.

Inheritors

Types

Link copied to clipboard
data class Absolute(val pos: DIso3) : Collider.Start

The position is set as absolute coordinates in the world.

Link copied to clipboard
data class Relative(val pos: DIso3 = DIso3.identity) : Collider.Start

The position is set as a relative offset from a parent body.