menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
LivePointerSync<R extends RType>
syncInto method
syncInto method
dark_mode
light_mode
syncInto
method
void
syncInto
(
MemoryPointer
<
RType
>
p
)
Implementation
void syncInto(MemoryPointer p) => p.writePtr(derefPtr(), _offset);
raylib_dartified_base package
documentation
core/raylib_dartified_base
LivePointerSync<R extends RType>
syncInto method
LivePointerSync class