menu
raylib_dartified package
documentation
raylib.dart
RaylibTempLiteralAllocatorBase<TempType extends RaylibTempBase<RaylibBase>, X, 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
RaylibTempLiteralAllocatorBase<TempType extends RaylibTempBase<RaylibBase>, X, P, S>
Size method
RaylibTempLiteralAllocatorBase mixin