Crate bevy_sprite3d
source · [−]Structs
Same as Sprite3d, but for sprites in a texture atlas.
A precursor struct for a sprite. Set necessary parameters manually, use
..default()
for others, then call bundle()
to to get a PBRBundle
that can be spawned into the world.