Asset

sealed class Asset : Closeable

An asset which is either a single resource or a container that holds multiple resources.

Inheritors

Properties

Link copied to clipboard
abstract val format: Format

Format of the asset.

Functions

Link copied to clipboard
abstract fun close()

Closes this object and releases any resources associated with it. If the object is already closed then invoking this method has no effect.