🚧Add custom resolver feature #1067
Labels
area:content
Changes related to loading and managing content
✨new-feature
New feature that does not exist
preview
Done while in preview
Milestone
Complete The Item Below
Description
Add overloads for four methods in the
ContentLoaderFactory
class. These overloads will take in a parameter of typeIContentPathResolver.
This will then be injected into the loader type in each factory method. This will give users the ability to create their path resolvers for loaders. This means a user cannot be forced to use the default content paths built into Velaptor and can choose where they would like content to be located.
This overall gives users more flexibility in how and where they load their content.
Add overloads for the following methods:
CreateTextureLoader
CreateAtlasLoader
CreateAudioLoader
CreateFontLoader
Acceptance Criteria
The items to complete to satisfy the Definition of Done.
ToDo Items
The items to complete to satisfy the Definition of Done.
Issue Dependencies
No response
Related Work
No response
Additional Information:
Unit Tests
Reasons for local unit test execution:
💡Warning💡
If the unit tests pass remotely and are not executed locally, this means we could be letting a bug slip into production.
Though bugs will always exist in some capacity, we should all do our part to help prevent them from happening.
Change Type Labels
🐛bug
🧨breaking-changes
✨new-feature
♻️cicd
⚙️config
🏎️performance
🗒️documentation/code
📝documentation/product
Priority Type Labels
low priority
medium priority
high priority
Code of Conduct
The text was updated successfully, but these errors were encountered: