menu
openworld package
documentation
three_dart/three3d/core/index.dart
Layers
isEnabled method
isEnabled method
dark_mode
light_mode
isEnabled
method
bool
isEnabled
(
int
channel
)
Implementation
bool isEnabled(int channel) => (mask & (1 << channel | 0)) != 0;
openworld package
documentation
three_dart/three3d/core/index
Layers
isEnabled method
Layers class