ContainerAsset

class ContainerAsset(val format: Format, val container: Container<Resource>) : Asset

A container asset providing access to several resources.

Parameters

format

Format of the asset.

container

Opened container to access asset resources.

Constructors

Link copied to clipboard
constructor(format: Format, container: Container<Resource>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val format: Format

Functions

Link copied to clipboard
open override 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.