menu
flame_3d_extras package
documentation
parser/gltf/texture_format.dart
TextureFormat
valueOf static method
valueOf static method
dark_mode
light_mode
valueOf
static method
TextureFormat
valueOf
(
String
name
)
Implementation
static TextureFormat valueOf(String name) { return values.firstWhere((e) => e.name == name); }
flame_3d_extras package
documentation
parser/gltf/texture_format
TextureFormat
valueOf static method
TextureFormat enum