menu
raylib_dartified package
documentation
core/raylib.dart
Vector4CPEx
set method
set method
dark_mode
light_mode
set
method
Pointer
<
Vector4C
>
set
(
num
x
,
num
y
,
num
z
,
num
w
,
)
Implementation
Pointer<Vector4C> set(num x, num y, num z, num w) { ref.set(x, y, z, w); return this; }
raylib_dartified package
documentation
core/raylib
Vector4CPEx
set method
Vector4CPEx extension on
Pointer
<
Vector4C
>