Bundle API¶
These are the built-in pieces that help you get moving quickly.
TransformandTransform3Dstore position and orientation data.RigidBody2Dstores the public 2D movement data.RigidBody3Dcurrently lives in the advancedarepy.bundle.components.rigidbodymodule.Spriteconnects a texture to a 2D entity.movement_systemandrender_systemare ready-to-use systems.
Where to keep reading¶
- The generated module reference shows the full bundle layout.
- The bundle guide is the best place to understand how these pieces work together in a game.