menu
web_game_engine package
documentation
model/texture_model.dart
Texture
Texture constructor
Texture constructor
dark_mode
light_mode
Texture
constructor
Texture
(
String
name
,
int
len
,
int
hgt
)
Implementation
Texture(this.name, this.len, this.hgt) { textureID = Engine.flutterGlPlugin.gl.createTexture(); }
web_game_engine package
documentation
model/texture_model
Texture
Texture constructor
Texture class