Add a builder API to LoadContext
#13445
Labels
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
load
load_untyped
load_with_settings
load_direct
load_direct_untyped
load_direct_with_reader
load_direct_with_settings
load_direct_untyped_with_reader
load_direct_with_reader_and_settings
I feel like calling
context.loader().direct().typed::<A>().with_settings(...).load(...)
is much friendlier to code completion, and would allow for documentation on each of the individual options in the API.Originally posted by @bushrat011899 in #13415 (comment)
The text was updated successfully, but these errors were encountered: