Crate bevy_sprite3d
source ·Structs§
- A precursor struct for a sprite. Set necessary parameters manually, use
..default()
for others, then callbundle()
to to get aPBRBundle
that can be spawned into the world.
..default()
for others, then call bundle()
to to get a PBRBundle
that can be spawned into the world.