Assets

@Stable
abstract class Assets

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun animation(version: Int? = null): AnimationAsset
Link copied to clipboard
operator fun <T : Any> get(name: String): T
Link copied to clipboard
fun image(version: Int? = null): ImageAsset
Link copied to clipboard
operator fun <T : Any> invoke(): ReadOnlyProperty<Any?, T>
Link copied to clipboard
operator fun <T : Any> set(name: String, value: T)