core::resource namespace

deals with resource creation, tracking, and managing.

classes

handle<...>
wraps around a resource for sharing and management purposes.
metadata
represents a container of resources and their UID mappings

enums

state
represents the various states a resource can be in.
enum classclasspublicpublic

Enum documentation

state { initial = 0, loading = 1, loaded = 2, unloading = 3, unloaded = 4, missing = -1, invalid = -2 } represents the various states a resource can be in.