bevy/crates/bevy_sprite/src
Eris 764961be22
Add Reflection Macros to TextureAtlasSprite (#8428)
# Objective

Add Reflection to `TextureAtlasSprite` to bring it inline with `Sprite`

## Solution

Addition of appropriate macros to the type

---

## Changelog

`#[reflect(Component)]` and derive `FromReflect` for
`TextureAtlasSprite`
Added `TextureAtlasSprite` to the TypeRegistry
2023-04-17 20:24:17 +00:00
..
mesh2d Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
render Better error message when index does not exist in texture atlas (#8396) 2023-04-17 16:10:58 +00:00
bundle.rs Doc bevy sprite (#7858) 2023-03-03 18:14:40 +00:00
collide_aabb.rs Derive Copy and Clone for Collision (#8121) 2023-03-18 04:55:31 +00:00
dynamic_texture_atlas_builder.rs Doc bevy sprite (#7858) 2023-03-03 18:14:40 +00:00
lib.rs Add Reflection Macros to TextureAtlasSprite (#8428) 2023-04-17 20:24:17 +00:00
sprite.rs Add ReflectComponent registration for Sprite (#8207) 2023-03-27 21:18:10 +00:00
texture_atlas_builder.rs Move sprite::Rect into bevy_math (#5686) 2022-09-02 12:35:23 +00:00
texture_atlas.rs Add Reflection Macros to TextureAtlasSprite (#8428) 2023-04-17 20:24:17 +00:00