[][src]Module resphys::builder

Structs

AABB
Body

Describes a body.

BodyDesc

Builder for the Body. Start with new, finish with build.

BodyHandle

Unique identifier of a body stored in the world. If it gets removed the identifier will be reused.

Collider

Describes a collider in the shape of Shape. Attached to a body.

ColliderDesc

Enums

BodyStatus

Status of the body, determines how it's affected by other bodies.

ColliderState

State of the collider, determines default collision resolution and types of events sent.