Assets.get

Get the asset with the given type and name.

class Assets
static final
T
get
(
T
)
(
string name
)
if (
is(T == Mesh) ||
is(T == Texture)
||
is(T == Material)
)

Meta