Module three_d::io[][src]

Contain a loader for loading any type of asset runtime on both desktop and web and a saver for saving (available on desktop only).

Structs

Loaded

The resources loaded using the Loader. Use the bytes function to extract the raw byte array for the loaded resource or one of the other methods to both extract and deserialize a loaded resource.

Loader

Functionality for loading any type of resource runtime on both desktop and web.

Saver

Functionality for saving resources. Only available on desktop at the moment.

Enums

IOError

Error message from the core module.