menu
raylib_dartified package
documentation
core/raylib_dartified.dart
NativeMemoryPointer<X extends RType>
asPointer<R extends NativeType> method
asPointer<R extends NativeType> method
dark_mode
light_mode
asPointer<
R extends NativeType
>
method
Pointer
<
R
>
asPointer
<
R extends NativeType
>(
)
Implementation
Pointer<R> asPointer<R extends NativeType>() => _ptr.cast<R>();
raylib_dartified package
documentation
core/raylib_dartified
NativeMemoryPointer<X extends RType>
asPointer<R extends NativeType> method
NativeMemoryPointer class