menu
raylib_dartified package
documentation
core/raylib.dart
BoolAsInt
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Implementation
int toInt() => this ? 1 : 0;
raylib_dartified package
documentation
core/raylib
BoolAsInt
toInt method
BoolAsInt extension on
bool