menu
openworld package
documentation
three_dart/three3d/renderers/webgl/index.dart
WebGLExtensions
has method
has method
dark_mode
light_mode
has
method
dynamic
has
(
String
name
)
Implementation
has(String name) { if (kIsWeb) { return hasForWeb(name); } else { return hasForApp(name); } }
openworld package
documentation
three_dart/three3d/renderers/webgl/index
WebGLExtensions
has method
WebGLExtensions class