Re-exports§
pub use serde;pub use serde_json;pub use toml;pub use gamepad;pub use rapier2d::crossbeam;pub use rapier2d::na as nalgebra;pub use rapier2d::parry;pub use crate::assets::*;pub use crate::colors::*;pub use crate::core::*;pub use crate::input::*;pub use crate::rendering::*;pub use crate::types::*;pub use crate::world::physics::*;pub use crate::world::*;pub use audio::*;pub use logging::*;
Modules§
Structs§
- Collider
- A geometric entity that can be attached to a body so it can be affected by contacts and proximity queries.
- Collider
Builder - A structure responsible for building a new collider.
- Collider
Handle - The unique identifier of a collider added to a collider set.
- Interaction
Groups - Pairwise filtering using bit masks.
- Rigid
Body - A rigid body.
- Rigid
Body Builder - A builder for rigid-bodies.
- Rigid
Body Handle - The unique handle of a rigid body added to a
RigidBodySet.
Enums§
- Button
- Cursor
Icon - Describes the appearance of the mouse cursor.
- Joystick
- Present
Mode - Behavior of the presentation engine based on frame rate.