menu
three_dart package
documentation
three3d/renderers/webgl/web_gl_extensions.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); } }
three_dart package
documentation
three3d/renderers/webgl/web_gl_extensions
WebGLExtensions
has method
WebGLExtensions class