bevy/crates/bevy_sprite/src
akimakinai 83fbf48238
Add docs to bevy_sprite a little (#10947)
# Objective

- bevy_sprite crate is missing docs for important types. `Sprite` being
undocumented was especially confusing for me even though it is one of
the first types I need to learn.
 
## Solution

- Improves the situation a little by adding some documentations.
I'm unsure about my understanding of functionality and writing. I'm
happy to be pointed out any mistakes.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Federico Rinaldi <gisquerin@gmail.com>
2023-12-14 17:25:55 +00:00
..
mesh2d Fix Mesh2d normals on webgl (#10967) 2023-12-13 20:26:17 +00:00
render Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00
bundle.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00
collide_aabb.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00
dynamic_texture_atlas_builder.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00
lib.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00
sprite.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00
texture_atlas_builder.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00
texture_atlas.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00