menu
raylib_dartified package
documentation
core/raylib_dartified.dart
StructD<C extends Struct, D extends StructD<C, D>>
nativeGetReference method
nativeGetReference method
dark_mode
light_mode
nativeGetReference
method
C
nativeGetReference
(
Pointer
<
C
>
p
)
Implementation
C nativeGetReference(Pointer<C> p) => nativeGetIndexedReference(p, 0);
raylib_dartified package
documentation
core/raylib_dartified
StructD<C extends Struct, D extends StructD<C, D>>
nativeGetReference method
StructD class