menu
tecs package
documentation
world.dart
World
getResource<T> method
getResource<T> method
dark_mode
light_mode
getResource<
T
>
method
T?
getResource
<
T
>(
{
String
tag
=
""
,
})
Implementation
T? getResource<T>({String tag = ""}) { return _resources[T.toString() + tag] as T?; }
tecs package
documentation
world
World
getResource<T> method
World class