Byte Engine Docs
View on docs.rs

space

Generated Rust API reference for byte_engine.

byte_engine / space


Module space

Small spatial capability traits shared by gameplay, physics, and rendering.

Implement Positionable, Orientable, and Scalable on types that expose individual transform components. Implement Transformable when a system needs to consume or replace the complete transform. These traits are used by physics bodies, cameras, lights, and renderable meshes.

On this page