menu
raylib_dartified package
documentation
raylib.dart
RaylibTempStructAllocatorBase<TempType extends RaylibTempBase<RaylibBase>, X extends RaylibStructBase<TempType, P, X>, V, P, S>
isPointerNull property
isPointerNull property
dark_mode
light_mode
isPointerNull
property
bool
Function
(
P
ptr
)
isPointerNull
final
inherited
Returns
true
if
ptr
is null or zero.
Implementation
final bool Function(P ptr) isPointerNull;
raylib_dartified package
documentation
raylib
RaylibTempStructAllocatorBase<TempType extends RaylibTempBase<RaylibBase>, X extends RaylibStructBase<TempType, P, X>, V, P, S>
isPointerNull property
RaylibTempStructAllocatorBase mixin