menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
StructLayout<F extends StructFields>
offsets property
offsets property
dark_mode
light_mode
offsets
property
Map
<
F
,
int
>
offsets
final
Maps each field to its byte offset from the beginning of the struct.
Implementation
final Map<F, int> offsets;
raylib_dartified_base package
documentation
core/raylib_dartified_base
StructLayout<F extends StructFields>
offsets property
StructLayout class