getIdentifier

inline fun <T> getIdentifier(path: String): Identifier<T>

Creates a new Identifier that allows to uniquely describe an asset by path and class. Uses reified T type to obtain the asset class.

T is type of the loaded asset. path to the file must be consistent with fileResolver asset type.