AssetTemplate

fun interface AssetTemplate<T>

Provides an interface for instantiating templated assets.

Functions

Link copied to clipboard
abstract fun instantiate(): T

Instantiate a new instance of the asset.