menu
web_game_engine package
documentation
texture.dart
JTexture
getTextureByName method
getTextureByName method
dark_mode
light_mode
getTextureByName
method
Texture
?
getTextureByName
(
String
name
)
Implementation
Texture? getTextureByName(String name) { return textures[name]; }
web_game_engine package
documentation
texture
JTexture
getTextureByName method
JTexture class