menu
raylib_dartified package
documentation
core/raylib_dartified.dart
NativeLiveListPointerPointerStruct<C extends Struct, D extends StructD<C, D>>
innerPointer method
innerPointer method
dark_mode
light_mode
innerPointer
method
Pointer
<
C
>
?
innerPointer
(
int
index
)
Implementation
Pointer<C>? innerPointer(int index) => ptr == null ? null : (ptr! + index).value;
raylib_dartified package
documentation
core/raylib_dartified
NativeLiveListPointerPointerStruct<C extends Struct, D extends StructD<C, D>>
innerPointer method
NativeLiveListPointerPointerStruct class