You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give Entity a state and allow users to check if it's completely loaded
Things that need loaded checking:
configure() blocks
Add a failure check for the async varient
components with resources
Give components a protocol to conform to
Design a LoadingSystem and LoadingSystemComponent with easy access to progress indicator and gracefully handles failure states.
Possibly use a LoadingDescriptionComponent to handle configuring an entity for loading itself.
The text was updated successfully, but these errors were encountered:
Give
Entity
a state and allow users to check if it's completely loadedThings that need loaded checking:
configure()
blocksDesign a
LoadingSystem
andLoadingSystemComponent
with easy access to progress indicator and gracefully handles failure states.Possibly use a
LoadingDescriptionComponent
to handle configuring an entity for loading itself.The text was updated successfully, but these errors were encountered: