Byte Engine Docs
View on docs.rs

gameplay

Generated Rust API reference for byte_engine.

byte_engine / gameplay


Module gameplay

World-level gameplay objects and transform coordination.

Headed applications use the default world to create renderables, lights, cameras, and physics bodies through shared factories so rendering and physics receive the same lifecycle messages. transform::Transform and Anchor provide the shared spatial model for gameplay objects.

On this page