`TextureAtlas::texture_handles` field is not docuemented.
Open
A-Rendering
C-Docs
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## How can Bevy's documentation be improved?
https://dev-docs.bevyengine.org/bevy/sprite/struct.TextureAtlas.html
I was hoping that I could use this to get a set of handles to each texture atlas image. Unfortunately, I do not appear to be able to extract this information, as the value was `None`.
The use of this field is not documented, nor are the situations in which it may be `Some`.
Contributor guide
Assessment
This issue has not been assessed yet.