menu
raylib_dartified package
documentation
core/raylib.dart
HasTempRefs
refListBool method
refListBool method
dark_mode
light_mode
refListBool
method
Pointer
<
Bool
>
refListBool
(
List
<
bool
>
y
, [
String
?
x
])
Implementation
Pointer<Bool> refListBool(List<bool> y, [String? x]) => rl.Temp.Bool$.Array(y, key: x);
raylib_dartified package
documentation
core/raylib
HasTempRefs
refListBool method
HasTempRefs mixin