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