menu
raylib_dartified package
documentation
raylib.dart
RaylibTempStructAllocatorBase<TempType extends RaylibTempBase<RaylibBase>, X extends RaylibStructBase<TempType, P, X>, V, P, S>
Size method
Size method
dark_mode
light_mode
Size
method
int
Size
(
[
int
count
=
1
])
inherited
Returns the total byte size for
count
elements.
Implementation
int Size([int count = 1]) => byteSize * count;
raylib_dartified package
documentation
raylib
RaylibTempStructAllocatorBase<TempType extends RaylibTempBase<RaylibBase>, X extends RaylibStructBase<TempType, P, X>, V, P, S>
Size method
RaylibTempStructAllocatorBase mixin