WithResources

Defines an object that makes use of some resources, or is a resource itself. It will be signaled every time the pack list is updated.

@safe
interface WithResources {}

Members

Functions

reload
void reload()

Reload the resource's dependencies using the given pack list.

Meta