menu
three_dart package
documentation
three3d/core/layers.dart
Layers
test method
test method
dark_mode
light_mode
test
method
bool
test
(
Layers
layers
)
Implementation
bool test(Layers layers) => (mask & layers.mask) != 0;
three_dart package
documentation
three3d/core/layers
Layers
test method
Layers class