-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Improve AssetEvent docs #21796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Improve AssetEvent docs #21796
Conversation
| /// messages are emitted by the asset system to notify other systems about | ||
| /// lifecycle changes for individual assets: | ||
| /// | ||
| /// - `Added`: a new asset value was inserted into the asset storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO these are best left to the individual variants. We should improve the docs there as needed, and avoid duplicating this information.
|
|
||
| /// Runs a cached system, registering it if necessary. | ||
| /// | ||
| /// # Type Inference Note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should not be changed here: this looks like a git mishap :)
Objective
AssetEventdocs #11943.Solution
Testing