menu
raylib_dartified package
documentation
core/raylib.dart
RTempLitAlloc<X, T extends NativeType>
castFunc property
castFunc property
dark_mode
light_mode
castFunc
property
Pointer
<
T
>
Function
(
Pointer
<
NativeType
>
ptr
)
castFunc
getter/setter pair
Casts an untyped
Pointer
to
Pointer<T>
.
Implementation
Pointer<T> Function(Pointer ptr) castFunc;
raylib_dartified package
documentation
core/raylib
RTempLitAlloc<X, T extends NativeType>
castFunc property
RTempLitAlloc class