menu
flutter_scene package
documentation
scene.dart
PostEffect
textureNames property
textureNames property
dark_mode
light_mode
textureNames
property
Iterable
<
String
>
get
textureNames
All currently-bound sampler names.
Implementation
Iterable<String> get textureNames => _bindings.textureNames;
flutter_scene package
documentation
scene
PostEffect
textureNames property
PostEffect class