get

open fun get(name: String, callback: Assets.Callback)

Get a bitmap from a given name.


open fun get(name: String, async: Boolean, callback: Assets.Callback)

Get a bitmap from a given name. Can be done asynchronously.


open fun get(name: String, type: Assets.Type, async: Boolean, callback: Assets.Callback)

Get a bitmap from a given name and type. Can be done asynchronously.