produceAssets
An event triggered when assets need to be produced or generated.
This event is intended for managing asset production workflows in programs. It allows listeners to handle the generation or preparation of assets by receiving a ProduceAssetsEvent message. The ProduceAssetsEvent contains details about the origin of the event, the associated program instance, and metadata describing the assets to be produced.
Usage:
Add listeners to this event to respond to asset production requests.
Listeners can access event details and perform the desired asset production logic.