abbr/wasm library
Classes
-
ArrayCodec<
E, R extends RType> - AudioCallbackBase
-
Raylib's
AudioCallbackcallback. - AudioCallbackD
- AudioStreamD
- AudioStream, custom audio stream
- AutomationEventD
- Automation event
- AutomationEventListD
- Automation event list
- BoneInfoD
- Bone, skeletal animation bone
- BoundingBoxD
- BoundingBox
- Camera2DD
- Camera2D, defines position/orientation in 2d space
- Camera3DD
- Camera, defines position/orientation in 3d space
- ColorD
- Color, 4 components, R8G8B8A8 (32bit)
- DoNotAbbreviate
- DoNotValidate
-
ElementCodec<
E, R extends RType> -
A codec for a single value of type
E, stored at anR-typed region of memory (the field's own on-struct type, for a pointer field this isRPointer<Pointee>, notPointee). -
EnumCodec<
E extends RaylibEnum, R extends RType> - FilePathListD
- File path list
- float16D
-
Raylib's
float16struct holding 16floatvalues - float3D
-
Raylib's
float3struct holding 3floatvalues - FontD
- Font, font texture and GlyphInfo array data
- GestureEventD
- Gesture event
- GlyphInfoD
- GlyphInfo, font characters glyphs info
- GuiResult
-
GuiResult - GuiResultCustom
- ImageD
- Image, pixel data stored in CPU memory (RAM)
- JSConsole
-
Static interop type for the JavaScript
consoleobject. - LightD
- Light
-
LivePointerSync<
R extends RType> - LoadFileDataCallbackBase
-
Raylib's
LoadFileDataCallbackcallback. - LoadFileDataCallbackD
- LoadFileTextCallbackBase
-
Raylib's
LoadFileTextCallbackcallback. - LoadFileTextCallbackD
- MaterialD
- Material, includes shader and maps
- MaterialMapD
- Material map
- MatrixD
- Matrix, 4x4 components, column major, OpenGL style, right-handed
- MemoryDebug
- Debug-time diagnostics for MemoryPointer misuse.
-
MemoryPointer<
X extends RType> - Backend-agnostic handle to a raw memory buffer returned by a C function.
- MemoryScratch
- Pool of preallocated, reusable buffers for short-lived operations that need a temporary MemoryPointer without going through a full alloc/free cycle (e.g. binary operations like equality that need scratch space for one call).
- MemoryTrace
- Global observation hooks for memory reads/writes, keyed by address.
- MeshD
- Mesh, vertex data and vao/vbo
- ModelAnimationD
- ModelAnimation, contains a full animation sequence
- ModelD
- Model, meshes, materials and animation data
- ModelSkeletonD
- Skeleton, animation bones hierarchy
- MouseButtonInfo
- Snapshot of a single mouse button's state for the current frame.
- MouseInfo
- Snapshot of the full mouse state for the current frame.
- MsfGifFileWriteCallbackBase
-
MsfGif's
MsfGifFileWriteFunccallback. - MsfGifFileWriteCallbackD
- MsfGifResultD
- MsfGifResult
- MsfGifStateD
- MsfGifState
- MusicD
- Music, audio stream, anything longer than ~10 seconds should be streamed
- NPatchInfoD
- NPatchInfo, n-patch layout info
-
PointerCodec<
E, R extends RType> -
A single pointer to one
Evalue. - QuaternionD
- Quaternion, 4 components
-
RArray<
E extends RType> - RayCollisionD
- RayCollision, ray hit information
- RayD
- Ray, ray for raycasting
- Raylib
-
RaylibAppBase<
R extends RaylibBase> - Platform-agnostic app lifecycle interface for Raylib applications.
- RaylibAudio
-
RaylibAudioDart<
R extends RaylibBase> - Backend-agnostic Raylib Audio module.
-
RaylibAudioFlat<
R extends RaylibBase> - Backend-agnostic contract for the Raylib Audio flat module.
- RaylibAudioFlatWeb
- RaylibBase
- Root class for a fully initialized Raylib context, exposing all modules, extensions, lifecycle management, and forwarded constants and functions.
-
RaylibCallback<
R extends RaylibCallback< R, D> , D extends Function> - RaylibCamera
-
RaylibCameraDart<
R extends RaylibBase> - Backend-agnostic Raylib Camera module.
-
RaylibCameraFlat<
R extends RaylibBase> - Backend-agnostic contract for the Raylib Camera module.
- RaylibCameraFlatWeb
- RaylibConfig
-
Global configuration for
raylib_dartifiedpackage family. - RaylibConstants
- Dart-side mirror of compile-time constants.
- RaylibCore
-
RaylibCoreDart<
R extends RaylibBase> - Backend-agnostic Raylib Core module.
-
RaylibCoreFlat<
R extends RaylibBase> - Backend-agnostic contract for the Raylib Core module.
- RaylibCoreFlatWeb
- RaylibDebugLabelsBase
- Base for module debug label generators, providing shared formatting utilities.
-
RaylibEaseExtDart<
R extends RaylibBase> - Exposes Raylib's easing functions as module-level calls.
- RaylibFunctions
- Pure Dart implementations of Raylib's inline/math utility functions, shared across backends to avoid duplicating logic that doesn't touch native memory.
- RaylibGui
- RaylibGuiConstants
- Dart-side mirror of compile-time constants.
-
RaylibGuiDart<
R extends RaylibBase> - Backend-agnostic Raygui module.
-
RaylibGuiFlat<
R extends RaylibBase> - Backend-agnostic contract for the Raygui module.
- RaylibGuiFlatWeb
- RaylibLight
- RaylibLightConstants
- Dart-side mirror of compile-time constants.
-
RaylibLightDart<
R extends RaylibBase> - Backend-agnostic Raylib Light module.
-
RaylibLightFlat<
R extends RaylibBase> - Backend-agnostic contract for the Raylib Light module.
- RaylibLightFlatWeb
- RaylibMatrixExt
-
RaylibMatrixExtDart<
R extends RaylibBase> - Exposes Raylib's matrix math API as module-level functions by delegating to the corresponding MatrixD methods/factories. Exists purely for Raylib API symmetry.
- RaylibMatrixExtFlatWeb
-
RaylibMatrixFlatExt<
R extends RaylibBase> - Backend-agnostic contract for the Raylib Audio flat module.
-
RaylibModule<
R extends RaylibBase> - Base class for all Raylib module wrappers, providing debug logging, lifecycle management, and sync control tied to a RaylibBase context rl.
- RaylibModuleWasm
- Base class for WASM-backed Raylib modules.
- RaylibMsfGif
-
RaylibMsfGifDart<
R extends RaylibBase> - Backend-agnostic MsfGif module.
-
RaylibMsfGifFlat<
R extends RaylibBase> - Backend-agnostic contract for the Raylib MsfGif module.
- RaylibMsfGifFlatWeb
- RaylibQuaternionExt
-
RaylibQuaternionExtDart<
R extends RaylibBase> - Exposes Raylib's quaternion math API as module-level functions by delegating to the corresponding QuaternionD methods/factories. Exists purely for Raylib API symmetry.
- RaylibQuaternionExtFlatWeb
-
RaylibQuaternionFlatExt<
R extends RaylibBase> - Exposes Raylib's quaternion math API as module-level functions by delegating to the corresponding QuaternionD methods/factories. Exists purely for Raylib API symmetry.
- RaylibRlgl
- RaylibRlglConstants
- Dart-side mirror of compile-time constants.
-
RaylibRlglDart<
R extends RaylibBase> - Backend-agnostic Raylib Rlgl module.
-
RaylibRlglFlat<
R extends RaylibBase> - Backend-agnostic contract for the Raylib Rlgl module.
- RaylibRlglFlatWeb
-
RaylibStruct<
D extends RaylibStruct< D> > - Base type for objects backed by native (C-side) struct memory.
-
RaylibStructLiteral<
D extends RaylibStruct< D> > - A RaylibStruct that is a plain value type: field data lives entirely in Dart-side storage and op is optional rather than required.
-
RaylibStructView<
D extends RaylibStruct< D> > - A RaylibStruct that is a live, read-only window over someone else's native memory rather than an owner of its own data.
-
RaylibTemp<
R extends RaylibBase> - Root of the temporary allocator hierarchy for a given RaylibBase context.
-
RaylibTempAllocator<
R extends RType> - Base class for Raylib temporary allocators, managing typed memory slots with a consistent allocation/free lifecycle.
-
RaylibTempArrayAllocator<
X, R extends RType> -
RaylibTempScalarAllocator<
X, R extends RType> - Extends RaylibTempAllocator with the ability to write individual Dart values directly into allocated memory.
-
RaylibTempScalarFloatAllocator<
L extends TypedDataList, R extends RType> - Specializes RaylibTempScalarTypedListAllocator for floating-point element types.
-
RaylibTempScalarIntAllocator<
L extends TypedDataList, R extends RType> - Specializes RaylibTempScalarTypedListAllocator for integer element types, adding integer-specific allocation helpers on top of the typed list interop.
-
RaylibTempScalarPointerAllocator<
X, R extends RType> -
Extends RaylibTempAllocator with the ability to allocate pointer-to-pointer
slots, where
Xis the pointee's Dart-side value. -
RaylibTempScalarTypedListAllocator<
X, L extends TypedDataList, R extends RType> -
Extends RaylibTempScalarAllocator with typed list interop,
the ability to view allocated memory as a Dart
List<X>and construct a typed list from an iterable. - RaylibTempStringAllocator
- Extends RaylibTempAllocator with string allocation, handling UTF-8 encoding and null-termination into temporary slots.
-
RaylibTempStructAllocator<
X extends RaylibStruct< X> > -
Extends RaylibTempAllocator with struct allocation, providing
Allocate,
_Ref,_RefOrNull, and_Extracthelpers for Dart mirror objects (X). -
RaylibTempStructPointerAllocator<
X extends RaylibStruct< X> > - Extends RaylibTempAllocator with pointer-to-struct allocation,
- RaylibTempStructState
- Per-instance allocation state for a RaylibStruct mirror object, tracking its current slot key, tag, disposal status, and stable identity across repeated RaylibTempStructAllocator.Allocate calls.
- RaylibTempTypedDataListAllocator
- Dispatches a TypedDataList to the correct typed allocator on temp, allowing callers to allocate any supported typed list without knowing the concrete element type at the call site.
- RaylibTempUtils
-
RaylibUtilsModule<
R extends RaylibBase> - Dart-side utility helpers with no direct Raylib counterpart.
- RaylibVector2Ext
-
RaylibVector2ExtDart<
R extends RaylibBase> - Exposes Raylib's vector math API as module-level functions by delegating to the corresponding Vector2D methods/factories. Exists purely for Raylib API symmetry.
- RaylibVector2ExtFlatWeb
-
RaylibVector2FlatExt<
R extends RaylibBase> - Exposes Raylib's vector math API as module-level functions by delegating to the corresponding Vector2D methods/factories. Exists purely for Raylib API symmetry.
- RaylibVector3Ext
-
RaylibVector3ExtDart<
R extends RaylibBase> - Exposes Raylib's vector math API as module-level functions by delegating to the corresponding Vector3D methods/factories. Exists purely for Raylib API symmetry.
- RaylibVector3ExtFlatWeb
-
RaylibVector3FlatExt<
R extends RaylibBase> - Exposes Raylib's vector math API as module-level functions by delegating to the corresponding Vector3D methods/factories. Exists purely for Raylib API symmetry.
- RaylibVector4Ext
-
RaylibVector4ExtDart<
R extends RaylibBase> - Exposes Raylib's vector math API as module-level functions by delegating to the corresponding Vector4D methods/factories. Exists purely for Raylib API symmetry.
- RaylibVector4ExtFlatWeb
-
RaylibVector4FlatExt<
R extends RaylibBase> - Exposes Raylib's vector math API as module-level functions by delegating to the corresponding Vector4D methods/factories. Exists purely for Raylib API symmetry.
- RBool
-
Unsigned 8-bit integer. Maps to C
bool. - RectangleD
- Rectangle, 4 components
- RenderTextureD
- RenderTexture, fbo for texture rendering
- RFloat32
-
IEEE-754 single-precision float. Maps to C
float. - RFloat64
-
IEEE-754 double-precision float. Maps to C
double. -
RFunction<
F> -
Marker type for a
callback/functionpointer. - RInt16
-
Signed 16-bit integer. Maps to C
int16_t. - RInt32
-
Signed 32-bit integer. Maps to C
int32_t. - RInt64
-
Signed 64-bit integer. Maps to C
int64_t. - RInt8
-
Signed 8-bit integer. Maps to C
int8_t. - RlDrawCallD
- Draw call type
- RlRenderBatchD
- rlRenderBatch type
- RlVertexBufferD
- RLGL Vertex buffer
- ROpaque
-
Marker type for a
opaquetype - any type. -
RPointer<
X extends RType> - A raw address into backend memory.
- RSize
-
Unsigned pointer-sized integer. Maps to C
size_t. - RStruct
- RType
- RUint16
-
Unsigned 16-bit integer. Maps to C
uint16_t. - RUint32
-
Unsigned 32-bit integer. Maps to C
uint32_t. - RUint64
-
Unsigned 64-bit integer. Maps to C
uint64_t. - RUint8
-
Unsigned 8-bit integer. Maps to C
uint8_t. - RVoid
-
Marker type for a
voidtype - any type. - SaveFileDataCallbackBase
-
Raylib's
SaveFileDataCallbackcallback. - SaveFileDataCallbackD
- SaveFileTextCallbackBase
-
Raylib's
SaveFileTextCallbackcallback. - SaveFileTextCallbackD
-
ScalarCodec<
E, R extends RType> -
ScratchHandle<
Y extends RType> - A live claim on one MemoryScratch slot, returned by MemoryScratch.acquire.
- ShaderD
- Shader
- SoundD
- Sound
-
StringCodec<
R extends RTypeIntLike> -
StructCodec<
E extends RaylibStruct< E> > -
StructFieldBase<
E> -
StructLayout<
F extends StructFields> - Describes the memory layout of a backend-agnostic struct.
- StructLayoutFloatSlot
-
StructLiveList<
E, R extends RType> -
StructPointer<
D extends RaylibStruct< D> > -
A
MemoryPointer<RStruct>that also knows its element typeD, so it can offer .value/[]/[]= the similar way scalar RType extensions do. -
StructPointerArrayField<
E, R extends RType> -
A pointer to a variable-length run of
E, length is runtime-only, so there's no plainread/write; callers must supply the count they know about externally via readCount/writeCount. -
StructPointerValueField<
E, R extends RType> -
A pointer-to-single-value field. Holds a PointerCodec concretely, no
casting, since a pointer field's on-struct type genuinely differs from
StructValueField's
Rslot (it'sRPointer<R>, notR). -
StructStringValueField<
R extends RTypeIntLike> - A pointer-or-array-to-string-value field. Holds a StringCodec concretely.
-
StructType<
D extends RaylibStruct< D> > - StructType
- StructTypes
- Registry of StructTypes
-
StructValueField<
E, R extends RType> - TextureD
- Texture, tex data stored in GPU memory (VRAM)
- TraceLogCallbackBase
-
Raylib's
TraceLogCallbackcallback. - TraceLogCallbackD
- TransformD
- Transform, vertex transformation data
-
UnknownCodec<
E, R extends RType> - A single pointer to unknown value. Typically for RTypes like RVoid or ROpaque.
- Vector2D
- Vector2, 2 components
- Vector3D
- Vector3, 3 components
- Vector4D
- Vector4, 4 components
- VrDeviceInfoD
- VrDeviceInfo, Head-Mounted-Display device parameters
- VrStereoConfigD
- VrStereoConfig, VR stereo rendering configuration for simulator
- WasmMemory
-
WasmMemoryPointer<
X extends RType> - WasmSize
-
WasmType<
T extends Object> - WasmTypes
- WaveD
- Wave, audio wave data
Enums
- AudioStreamField
- AutomationEventField
- AutomationEventListField
- AutomationEventType
-
AutomationEventType - BlendMode
-
BlendMode - BoneInfoField
- BoundingBoxField
- Camera2DField
- Camera3DField
- CameraMode
-
CameraMode - CameraProjection
-
CameraProjection - ColorField
- ConfigFlags
-
ConfigFlags - CubemapLayout
-
CubemapLayout - FilePathListField
- float16Field
- float3Field
- FontField
- FontType
-
FontType - GamepadAxis
-
GamepadAxis - GamepadButton
-
GamepadButton - Gesture
-
Gesture - GestureEventField
- GlyphInfoField
- GuiCheckBoxProperty
-
GuiCheckBoxProperty - GuiColorPickerProperty
-
GuiColorPickerProperty - GuiComboBoxProperty
-
GuiComboBoxProperty - GuiControl
-
GuiControl - GuiControlProperty
-
GuiControlProperty - GuiDefaultProperty
-
GuiDefaultProperty - GuiDropdownBoxProperty
-
GuiDropdownBoxProperty - GuiIconName
-
GuiIconName - GuiListViewProperty
-
GuiListViewProperty - GuiProgressBarProperty
-
GuiProgressBarProperty - GuiScrollBarProperty
-
GuiScrollBarProperty - GuiSliderProperty
-
GuiSliderProperty - GuiState
-
GuiState - GuiTabBarProperty
-
GuiTabBarProperty - GuiTextAlignment
-
GuiTextAlignment - GuiTextAlignmentVertical
-
GuiTextAlignmentVertical - GuiTextBoxProperty
-
GuiTextBoxProperty - GuiTextWrapMode
-
GuiTextWrapMode - GuiToggleProperty
-
GuiToggleProperty - GuiValueBoxProperty
-
GuiValueBoxProperty - ImageField
- KeyboardKey
-
KeyboardKey - LightField
- LightType
-
LightType - MaterialField
- MaterialMapField
- MaterialMapIndex
-
MaterialMapIndex - MatrixField
- MeshField
- ModelAnimationField
- ModelField
- ModelSkeletonField
- MouseButton
-
MouseButton - MouseCursor
-
MouseCursor - MsfGifCookedFrameField
- MsfGifResultField
- MsfGifStateField
- MusicContextType
-
MusicContextType - MusicField
- NPatchInfoField
- NPatchLayout
-
NPatchLayout - PixelFormat
-
PixelFormat - QuaternionField
- RayCollisionField
- RayField
- RaylibPlatform
- Supported Raylib runtime platforms.
- RaylibSupportedLibs
- RectangleField
- RenderTextureField
- RlCullMode
-
CullMode - RlDrawCallField
- RlDrawMode
-
DrawMode - RlFramebufferAttachTextureType
-
FramebufferAttachTextureType - RlFramebufferAttachType
-
FramebufferAttachType - RlGlVersion
-
GlVersion - RlMatrixMode
-
MatrixMode - RlRenderBatchField
- RlShaderAttributeDataType
-
ShaderAttributeDataType - RlShaderType
-
ShaderType - RlShaderUniformDataType
-
ShaderUniformDataType - RlUsageHint
-
UsageHint - RlVertexBufferField
- ShaderField
- ShaderLocationIndex
-
ShaderLocationIndex - ShaderUniformDataType
-
ShaderUniformDataType - SoundField
- TextureField
- TextureFilter
-
TextureFilter - TextureWrap
-
TextureWrap - TouchAction
-
TouchAction - TraceLogLevel
-
TraceLogLevel - TransformField
- Vector2Field
- Vector3Field
- Vector4Field
- VrDeviceInfoField
- VrStereoConfigField
- WaveField
Mixins
-
ContiguousCodec<
E, R extends RType> - Opt-in capability for codecs whose values sit at a fixed byte stride, so a contiguous run of them can be read/written in one call. Not every ElementCodec can do this (e.g. StringCodec has no fixed stride), this is deliberately separate from the base contract rather than forced on every codec.
- GuiProperty
- Marker for raygui property enums, each exposing a raw value for use with the GUI styling API.
- RaylibDisposable
- RaylibEnum
- Adds ordered comparison operators to Raylib enums that expose a raw value, mirroring C enum integer semantics.
-
RaylibGuiModuleExtras<
R extends RaylibBase> - Re-exports RaylibGuiConstants values as instance members, so constants are accessible directly on the module without a class qualifier.
-
RaylibLightModuleExtras<
R extends RaylibBase> - Re-exports RaylibLightConstants values as instance members, so constants are accessible directly on the module without a class qualifier.
-
RaylibRlglModuleExtras<
R extends RaylibBase> - Re-exports RaylibRlglConstants values as instance members, so constants are accessible directly on the module without a class qualifier.
- RTypeDoubleLike
- Marker type for any double-like RTypes.
- RTypeIntLike
- Marker type for any int-like RTypes.
- RTypeUnknownLike
- Marker type for any unknown-like RTypes.
- StructFields
Extensions
- BoolAsInt on bool
-
BoolPointer
on MemoryPointer<
RBool> - CharCodeString on String
- CString on String
- DoubleFormatting on double
- Convenience getters for formatting a double to a fixed number of decimal places.
-
Float32Pointer
on MemoryPointer<
RFloat32> -
Float64Pointer
on MemoryPointer<
RFloat64> -
Int16Pointer
on MemoryPointer<
RInt16> -
Int32Pointer
on MemoryPointer<
RInt32> -
Int64Pointer
on MemoryPointer<
RInt64> -
Int8Pointer
on MemoryPointer<
RInt8> - IntAsBool on int
- IntHex on int
-
IterableIntEx
on Iterable<
int> - JSAnyAsMemoryPointer on JSAny?
- JSAnyConversion on JSAny?
- Convenience conversions from JavaScript values to Dart values.
- JSConsoleExtension on JSConsole
-
JSFunctionUtilExtension
on JSFunction<
Function> -
LiveArrayFieldX
on StructValueField<
List< E> , RArray<R> > -
LivePointerArrayFieldX
on StructPointerArrayField<
E, R> -
LivePointerFixedArrayFieldX
on StructPointerValueField<
List< E> , RArray<R> > -
LivePointerPointerArrayFieldX
on StructPointerArrayField<
E, RPointer< R> > -
LivePointerSyncFieldX
on StructPointerValueField<
E, R> -
LivePointerUnknownSyncFieldX
on StructPointerValueField<
dynamic, R> -
MemoryPointerAsWasmPointer
on MemoryPointer<
RType> -
MemoryPointerMatrixIO
on MemoryPointer<
RPointer< RStruct> > -
MemoryPointerStringIO
on MemoryPointer<
RPointer< RChar> > -
PointerArrayOnPointer
on MemoryPointer<
RPointer< RType> > -
SizePointer
on MemoryPointer<
RSize> - StringToRaylibC on String
-
StructLiveListNested
on StructLiveList<
List< E> , RPointer<R> > -
StructPointerAsWasmPointer
on StructPointer<
RaylibStruct> -
Uint16Pointer
on MemoryPointer<
RUint16> -
Uint32Pointer
on MemoryPointer<
RUint32> -
Uint64Pointer
on MemoryPointer<
RUint64> -
Uint8Pointer
on MemoryPointer<
RUint8> -
Utf16StringPointer
on MemoryPointer<
RInt16> -
Utf32StringPointer
on MemoryPointer<
RInt32> -
Utf8StringPointer
on MemoryPointer<
RInt8>
Properties
-
AttachAudioMixedProcessor
→ WF1<
void> -
See RaylibAudio.AttachAudioMixedProcessor.
no setter
-
AttachAudioStreamProcessor
→ WF2<
void> -
See RaylibAudio.AttachAudioStreamProcessor.
no setter
-
BeginBlendMode
→ WF1<
void> -
See RaylibCore.BeginBlendMode.
no setter
-
BeginDrawing
→ WF0<
void> -
See RaylibCore.BeginDrawing.
no setter
-
BeginMode2D
→ WF1<
void> -
See RaylibCore.BeginMode2D.
no setter
-
BeginMode3D
→ WF1<
void> -
See RaylibCore.BeginMode3D.
no setter
-
BeginScissorMode
→ WF4<
void> -
See RaylibCore.BeginScissorMode.
no setter
-
BeginShaderMode
→ WF1<
void> -
See RaylibCore.BeginShaderMode.
no setter
-
BeginTextureMode
→ WF1<
void> -
See RaylibCore.BeginTextureMode.
no setter
-
BeginVrStereoMode
→ WF1<
void> -
See RaylibCore.BeginVrStereoMode.
no setter
-
CameraMoveForward
→ WF3<
void> -
See RaylibCamera.CameraMoveForward.
no setter
-
CameraMoveRight
→ WF3<
void> -
See RaylibCamera.CameraMoveRight.
no setter
-
CameraMoveToTarget
→ WF2<
void> -
See RaylibCamera.CameraMoveToTarget.
no setter
-
CameraMoveUp
→ WF2<
void> -
See RaylibCamera.CameraMoveUp.
no setter
-
CameraPitch
→ WF5<
void> -
See RaylibCamera.CameraPitch.
no setter
-
CameraRoll
→ WF2<
void> -
See RaylibCamera.CameraRoll.
no setter
-
CameraYaw
→ WF3<
void> -
See RaylibCamera.CameraYaw.
no setter
-
ChangeDirectory
→ WF1<
bool> -
See RaylibCore.ChangeDirectory.
no setter
-
CheckCollisionBoxes
→ WF2<
bool> -
See RaylibCore.CheckCollisionBoxes.
no setter
-
CheckCollisionBoxSphere
→ WF3<
bool> -
See RaylibCore.CheckCollisionBoxSphere.
no setter
-
CheckCollisionCircleLine
→ WF4<
bool> -
See RaylibCore.CheckCollisionCircleLine.
no setter
-
CheckCollisionCircleRec
→ WF3<
bool> -
See RaylibCore.CheckCollisionCircleRec.
no setter
-
CheckCollisionCircles
→ WF4<
bool> -
See RaylibCore.CheckCollisionCircles.
no setter
-
CheckCollisionLines
→ WF5<
bool> -
See RaylibCore.CheckCollisionLines.
no setter
-
CheckCollisionPointCircle
→ WF3<
bool> -
See RaylibCore.CheckCollisionPointCircle.
no setter
-
CheckCollisionPointLine
→ WF4<
bool> -
See RaylibCore.CheckCollisionPointLine.
no setter
-
CheckCollisionPointPoly
→ WF3<
bool> -
See RaylibCore.CheckCollisionPointPoly.
no setter
-
CheckCollisionPointRec
→ WF2<
bool> -
See RaylibCore.CheckCollisionPointRec.
no setter
-
CheckCollisionPointTriangle
→ WF4<
bool> -
See RaylibCore.CheckCollisionPointTriangle.
no setter
-
CheckCollisionRecs
→ WF2<
bool> -
See RaylibCore.CheckCollisionRecs.
no setter
-
CheckCollisionSpheres
→ WF4<
bool> -
See RaylibCore.CheckCollisionSpheres.
no setter
-
ClearBackground
→ WF1<
void> -
See RaylibCore.ClearBackground.
no setter
-
ClearWindowState
→ WF1<
void> -
See RaylibCore.ClearWindowState.
no setter
-
CloseAudioDevice
→ WF0<
void> -
See RaylibAudio.CloseAudioDevice.
no setter
-
CloseWindow
→ WF0<
void> -
See RaylibCore.CloseWindow.
no setter
-
CodepointToUTF8
→ WF2<
WasmMemoryPointer< RChar> > -
See RaylibCore.CodepointToUTF8.
no setter
-
ColorAlpha
→ WF3<
void> -
See RaylibCore.ColorAlpha.
no setter
-
ColorAlphaBlend
→ WF4<
void> -
See RaylibCore.ColorAlphaBlend.
no setter
-
ColorBrightness
→ WF3<
void> -
See RaylibCore.ColorBrightness.
no setter
-
ColorContrast
→ WF3<
void> -
See RaylibCore.ColorContrast.
no setter
-
ColorFromHSV
→ WF4<
void> -
See RaylibCore.ColorFromHSV.
no setter
-
ColorFromNormalized
→ WF2<
void> -
See RaylibCore.ColorFromNormalized.
no setter
-
ColorIsEqual
→ WF2<
bool> -
See RaylibCore.ColorIsEqual.
no setter
-
ColorLerp
→ WF4<
void> -
See RaylibCore.ColorLerp.
no setter
-
ColorNormalize
→ WF2<
void> -
See RaylibCore.ColorNormalize.
no setter
-
ColorTint
→ WF3<
void> -
See RaylibCore.ColorTint.
no setter
-
ColorToHSV
→ WF2<
void> -
See RaylibCore.ColorToHSV.
no setter
-
ColorToInt
→ WF1<
int> -
See RaylibCore.ColorToInt.
no setter
-
CompressData
→ WF3<
WasmMemoryPointer< RUnsignedChar> > -
See RaylibCore.CompressData.
no setter
-
ComputeCRC32
→ WF2<
int> -
See RaylibCore.ComputeCRC32.
no setter
-
ComputeMD5
→ WF2<
WasmMemoryPointer< RUnsignedInt> > -
See RaylibCore.ComputeMD5.
no setter
-
ComputeSHA1
→ WF2<
WasmMemoryPointer< RUnsignedInt> > -
See RaylibCore.ComputeSHA1.
no setter
-
ComputeSHA256
→ WF2<
WasmMemoryPointer< RUnsignedInt> > -
See RaylibCore.ComputeSHA256.
no setter
- console → JSConsole
-
JavaScript
consoleobject.no setter -
CreateLight
→ WF6<
void> -
See RaylibLight.CreateLight.
no setter
- currentRaylibPlatform → RaylibPlatform
-
The Raylib platform selected at compile time.
no setter
-
DecodeDataBase64
→ WF2<
WasmMemoryPointer< RUnsignedChar> > -
See RaylibCore.DecodeDataBase64.
no setter
-
DecompressData
→ WF3<
WasmMemoryPointer< RUnsignedChar> > -
See RaylibCore.DecompressData.
no setter
- DEG2RAD → double
-
See RaylibConstants.DEG2RAD.
no setter
-
DetachAudioMixedProcessor
→ WF1<
void> -
See RaylibAudio.DetachAudioMixedProcessor.
no setter
-
DetachAudioStreamProcessor
→ WF2<
void> -
See RaylibAudio.DetachAudioStreamProcessor.
no setter
-
DirectoryExists
→ WF1<
bool> -
See RaylibCore.DirectoryExists.
no setter
-
DisableCursor
→ WF0<
void> -
See RaylibCore.DisableCursor.
no setter
-
DisableEventWaiting
→ WF0<
void> -
See RaylibCore.DisableEventWaiting.
no setter
-
DrawBillboard
→ WF5<
void> -
See RaylibCore.DrawBillboard.
no setter
-
DrawBillboardPro
→ WF9<
void> -
See RaylibCore.DrawBillboardPro.
no setter
-
DrawBillboardRec
→ WF6<
void> -
See RaylibCore.DrawBillboardRec.
no setter
-
DrawBoundingBox
→ WF2<
void> -
See RaylibCore.DrawBoundingBox.
no setter
-
DrawCapsule
→ WF6<
void> -
See RaylibCore.DrawCapsule.
no setter
-
DrawCapsuleWires
→ WF6<
void> -
See RaylibCore.DrawCapsuleWires.
no setter
-
DrawCircle
→ WF4<
void> -
See RaylibCore.DrawCircle.
no setter
-
DrawCircle3D
→ WF5<
void> -
See RaylibCore.DrawCircle3D.
no setter
-
DrawCircleGradient
→ WF4<
void> -
See RaylibCore.DrawCircleGradient.
no setter
-
DrawCircleLines
→ WF4<
void> -
See RaylibCore.DrawCircleLines.
no setter
-
DrawCircleLinesV
→ WF3<
void> -
See RaylibCore.DrawCircleLinesV.
no setter
-
DrawCircleSector
→ WF6<
void> -
See RaylibCore.DrawCircleSector.
no setter
-
DrawCircleSectorLines
→ WF6<
void> -
See RaylibCore.DrawCircleSectorLines.
no setter
-
DrawCircleV
→ WF3<
void> -
See RaylibCore.DrawCircleV.
no setter
-
DrawCube
→ WF5<
void> -
See RaylibCore.DrawCube.
no setter
-
DrawCubeV
→ WF3<
void> -
See RaylibCore.DrawCubeV.
no setter
-
DrawCubeWires
→ WF5<
void> -
See RaylibCore.DrawCubeWires.
no setter
-
DrawCubeWiresV
→ WF3<
void> -
See RaylibCore.DrawCubeWiresV.
no setter
-
DrawCylinder
→ WF6<
void> -
See RaylibCore.DrawCylinder.
no setter
-
DrawCylinderEx
→ WF6<
void> -
See RaylibCore.DrawCylinderEx.
no setter
-
DrawCylinderWires
→ WF6<
void> -
See RaylibCore.DrawCylinderWires.
no setter
-
DrawCylinderWiresEx
→ WF6<
void> -
See RaylibCore.DrawCylinderWiresEx.
no setter
-
DrawEllipse
→ WF5<
void> -
See RaylibCore.DrawEllipse.
no setter
-
DrawEllipseLines
→ WF5<
void> -
See RaylibCore.DrawEllipseLines.
no setter
-
DrawEllipseLinesV
→ WF4<
void> -
See RaylibCore.DrawEllipseLinesV.
no setter
-
DrawEllipseV
→ WF4<
void> -
See RaylibCore.DrawEllipseV.
no setter
-
DrawFPS
→ WF2<
void> -
See RaylibCore.DrawFPS.
no setter
-
DrawGrid
→ WF2<
void> -
See RaylibCore.DrawGrid.
no setter
-
DrawLine
→ WF5<
void> -
See RaylibCore.DrawLine.
no setter
-
DrawLine3D
→ WF3<
void> -
See RaylibCore.DrawLine3D.
no setter
-
DrawLineBezier
→ WF4<
void> -
See RaylibCore.DrawLineBezier.
no setter
-
DrawLineDashed
→ WF5<
void> -
See RaylibCore.DrawLineDashed.
no setter
-
DrawLineEx
→ WF4<
void> -
See RaylibCore.DrawLineEx.
no setter
-
DrawLineStrip
→ WF3<
void> -
See RaylibCore.DrawLineStrip.
no setter
-
DrawLineV
→ WF3<
void> -
See RaylibCore.DrawLineV.
no setter
-
DrawMesh
→ WF3<
void> -
See RaylibCore.DrawMesh.
no setter
-
DrawMeshInstanced
→ WF4<
void> -
See RaylibCore.DrawMeshInstanced.
no setter
-
DrawModel
→ WF4<
void> -
See RaylibCore.DrawModel.
no setter
-
DrawModelEx
→ WF6<
void> -
See RaylibCore.DrawModelEx.
no setter
-
DrawModelWires
→ WF4<
void> -
See RaylibCore.DrawModelWires.
no setter
-
DrawModelWiresEx
→ WF6<
void> -
See RaylibCore.DrawModelWiresEx.
no setter
-
DrawPixel
→ WF3<
void> -
See RaylibCore.DrawPixel.
no setter
-
DrawPixelV
→ WF2<
void> -
See RaylibCore.DrawPixelV.
no setter
-
DrawPlane
→ WF3<
void> -
See RaylibCore.DrawPlane.
no setter
-
DrawPoint3D
→ WF2<
void> -
See RaylibCore.DrawPoint3D.
no setter
-
DrawPoly
→ WF5<
void> -
See RaylibCore.DrawPoly.
no setter
-
DrawPolyLines
→ WF5<
void> -
See RaylibCore.DrawPolyLines.
no setter
-
DrawPolyLinesEx
→ WF6<
void> -
See RaylibCore.DrawPolyLinesEx.
no setter
-
DrawRay
→ WF2<
void> -
See RaylibCore.DrawRay.
no setter
-
DrawRectangle
→ WF5<
void> -
See RaylibCore.DrawRectangle.
no setter
-
DrawRectangleGradientEx
→ WF5<
void> -
See RaylibCore.DrawRectangleGradientEx.
no setter
-
DrawRectangleGradientH
→ WF6<
void> -
See RaylibCore.DrawRectangleGradientH.
no setter
-
DrawRectangleGradientV
→ WF6<
void> -
See RaylibCore.DrawRectangleGradientV.
no setter
-
DrawRectangleLines
→ WF5<
void> -
See RaylibCore.DrawRectangleLines.
no setter
-
DrawRectangleLinesEx
→ WF3<
void> -
See RaylibCore.DrawRectangleLinesEx.
no setter
-
DrawRectanglePro
→ WF4<
void> -
See RaylibCore.DrawRectanglePro.
no setter
-
DrawRectangleRec
→ WF2<
void> -
See RaylibCore.DrawRectangleRec.
no setter
-
DrawRectangleRounded
→ WF4<
void> -
See RaylibCore.DrawRectangleRounded.
no setter
-
DrawRectangleRoundedLines
→ WF4<
void> -
See RaylibCore.DrawRectangleRoundedLines.
no setter
-
DrawRectangleRoundedLinesEx
→ WF5<
void> -
See RaylibCore.DrawRectangleRoundedLinesEx.
no setter
-
DrawRectangleV
→ WF3<
void> -
See RaylibCore.DrawRectangleV.
no setter
-
DrawRing
→ WF7<
void> -
See RaylibCore.DrawRing.
no setter
-
DrawRingLines
→ WF7<
void> -
See RaylibCore.DrawRingLines.
no setter
-
DrawSphere
→ WF3<
void> -
See RaylibCore.DrawSphere.
no setter
-
DrawSphereEx
→ WF5<
void> -
See RaylibCore.DrawSphereEx.
no setter
-
DrawSphereWires
→ WF5<
void> -
See RaylibCore.DrawSphereWires.
no setter
-
DrawSplineBasis
→ WF4<
void> -
See RaylibCore.DrawSplineBasis.
no setter
-
DrawSplineBezierCubic
→ WF4<
void> -
See RaylibCore.DrawSplineBezierCubic.
no setter
-
DrawSplineBezierQuadratic
→ WF4<
void> -
See RaylibCore.DrawSplineBezierQuadratic.
no setter
-
DrawSplineCatmullRom
→ WF4<
void> -
See RaylibCore.DrawSplineCatmullRom.
no setter
-
DrawSplineLinear
→ WF4<
void> -
See RaylibCore.DrawSplineLinear.
no setter
-
DrawSplineSegmentBasis
→ WF6<
void> -
See RaylibCore.DrawSplineSegmentBasis.
no setter
-
DrawSplineSegmentBezierCubic
→ WF6<
void> -
See RaylibCore.DrawSplineSegmentBezierCubic.
no setter
-
DrawSplineSegmentBezierQuadratic
→ WF5<
void> -
See RaylibCore.DrawSplineSegmentBezierQuadratic.
no setter
-
DrawSplineSegmentCatmullRom
→ WF6<
void> -
See RaylibCore.DrawSplineSegmentCatmullRom.
no setter
-
DrawSplineSegmentLinear
→ WF4<
void> -
See RaylibCore.DrawSplineSegmentLinear.
no setter
-
DrawText
→ WF5<
void> -
See RaylibCore.DrawText.
no setter
-
DrawTextCodepoint
→ WF5<
void> -
See RaylibCore.DrawTextCodepoint.
no setter
-
DrawTextCodepoints
→ WF7<
void> -
See RaylibCore.DrawTextCodepoints.
no setter
-
DrawTextEx
→ WF6<
void> -
See RaylibCore.DrawTextEx.
no setter
-
DrawTextPro
→ WF8<
void> -
See RaylibCore.DrawTextPro.
no setter
-
DrawTexture
→ WF4<
void> -
See RaylibCore.DrawTexture.
no setter
-
DrawTextureEx
→ WF5<
void> -
See RaylibCore.DrawTextureEx.
no setter
-
DrawTextureNPatch
→ WF6<
void> -
See RaylibCore.DrawTextureNPatch.
no setter
-
DrawTexturePro
→ WF6<
void> -
See RaylibCore.DrawTexturePro.
no setter
-
DrawTextureRec
→ WF4<
void> -
See RaylibCore.DrawTextureRec.
no setter
-
DrawTextureV
→ WF3<
void> -
See RaylibCore.DrawTextureV.
no setter
-
DrawTriangle
→ WF4<
void> -
See RaylibCore.DrawTriangle.
no setter
-
DrawTriangle3D
→ WF4<
void> -
See RaylibCore.DrawTriangle3D.
no setter
-
DrawTriangleFan
→ WF3<
void> -
See RaylibCore.DrawTriangleFan.
no setter
-
DrawTriangleLines
→ WF4<
void> -
See RaylibCore.DrawTriangleLines.
no setter
-
DrawTriangleStrip
→ WF3<
void> -
See RaylibCore.DrawTriangleStrip.
no setter
-
DrawTriangleStrip3D
→ WF3<
void> -
See RaylibCore.DrawTriangleStrip3D.
no setter
-
EnableCursor
→ WF0<
void> -
See RaylibCore.EnableCursor.
no setter
-
EnableEventWaiting
→ WF0<
void> -
See RaylibCore.EnableEventWaiting.
no setter
-
EncodeDataBase64
→ WF3<
WasmMemoryPointer< RChar> > -
See RaylibCore.EncodeDataBase64.
no setter
-
EndBlendMode
→ WF0<
void> -
See RaylibCore.EndBlendMode.
no setter
-
EndDrawing
→ WF0<
void> -
See RaylibCore.EndDrawing.
no setter
-
EndMode2D
→ WF0<
void> -
See RaylibCore.EndMode2D.
no setter
-
EndMode3D
→ WF0<
void> -
See RaylibCore.EndMode3D.
no setter
-
EndScissorMode
→ WF0<
void> -
See RaylibCore.EndScissorMode.
no setter
-
EndShaderMode
→ WF0<
void> -
See RaylibCore.EndShaderMode.
no setter
-
EndTextureMode
→ WF0<
void> -
See RaylibCore.EndTextureMode.
no setter
-
EndVrStereoMode
→ WF0<
void> -
See RaylibCore.EndVrStereoMode.
no setter
- EPSILON → double
-
See RaylibConstants.EPSILON.
no setter
-
ExportAutomationEventList
→ WF2<
bool> -
See RaylibCore.ExportAutomationEventList.
no setter
-
ExportDataAsCode
→ WF3<
bool> -
See RaylibCore.ExportDataAsCode.
no setter
-
ExportFontAsCode
→ WF2<
bool> -
See RaylibCore.ExportFontAsCode.
no setter
-
ExportImage
→ WF2<
bool> -
See RaylibCore.ExportImage.
no setter
-
ExportImageAsCode
→ WF2<
bool> -
See RaylibCore.ExportImageAsCode.
no setter
-
ExportImageToMemory
→ WF3<
WasmMemoryPointer< RUnsignedChar> > -
See RaylibCore.ExportImageToMemory.
no setter
-
ExportMesh
→ WF2<
bool> -
See RaylibCore.ExportMesh.
no setter
-
ExportMeshAsCode
→ WF2<
bool> -
See RaylibCore.ExportMeshAsCode.
no setter
-
ExportWave
→ WF2<
bool> -
See RaylibAudio.ExportWave.
no setter
-
ExportWaveAsCode
→ WF2<
bool> -
See RaylibAudio.ExportWaveAsCode.
no setter
-
Fade
→ WF3<
void> -
See RaylibCore.Fade.
no setter
-
FileCopy
→ WF2<
int> -
See RaylibCore.FileCopy.
no setter
-
FileExists
→ WF1<
bool> -
See RaylibCore.FileExists.
no setter
-
FileMove
→ WF2<
int> -
See RaylibCore.FileMove.
no setter
-
FileRemove
→ WF1<
int> -
See RaylibCore.FileRemove.
no setter
-
FileRename
→ WF2<
int> -
See RaylibCore.FileRename.
no setter
-
FileTextFindIndex
→ WF2<
int> -
See RaylibCore.FileTextFindIndex.
no setter
-
FileTextReplace
→ WF3<
int> -
See RaylibCore.FileTextReplace.
no setter
-
GenImageCellular
→ WF4<
void> -
See RaylibCore.GenImageCellular.
no setter
-
GenImageChecked
→ WF7<
void> -
See RaylibCore.GenImageChecked.
no setter
-
GenImageColor
→ WF4<
void> -
See RaylibCore.GenImageColor.
no setter
-
GenImageFontAtlas
→ WF7<
void> -
See RaylibCore.GenImageFontAtlas.
no setter
-
GenImageGradientLinear
→ WF6<
void> -
See RaylibCore.GenImageGradientLinear.
no setter
-
GenImageGradientRadial
→ WF6<
void> -
See RaylibCore.GenImageGradientRadial.
no setter
-
GenImageGradientSquare
→ WF6<
void> -
See RaylibCore.GenImageGradientSquare.
no setter
-
GenImagePerlinNoise
→ WF6<
void> -
See RaylibCore.GenImagePerlinNoise.
no setter
-
GenImageText
→ WF4<
void> -
See RaylibCore.GenImageText.
no setter
-
GenImageWhiteNoise
→ WF4<
void> -
See RaylibCore.GenImageWhiteNoise.
no setter
-
GenMeshCone
→ WF4<
void> -
See RaylibCore.GenMeshCone.
no setter
-
GenMeshCube
→ WF4<
void> -
See RaylibCore.GenMeshCube.
no setter
-
GenMeshCubicmap
→ WF3<
void> -
See RaylibCore.GenMeshCubicmap.
no setter
-
GenMeshCylinder
→ WF4<
void> -
See RaylibCore.GenMeshCylinder.
no setter
-
GenMeshHeightmap
→ WF3<
void> -
See RaylibCore.GenMeshHeightmap.
no setter
-
GenMeshHemiSphere
→ WF4<
void> -
See RaylibCore.GenMeshHemiSphere.
no setter
-
GenMeshKnot
→ WF5<
void> -
See RaylibCore.GenMeshKnot.
no setter
-
GenMeshPlane
→ WF5<
void> -
See RaylibCore.GenMeshPlane.
no setter
-
GenMeshPoly
→ WF3<
void> -
See RaylibCore.GenMeshPoly.
no setter
-
GenMeshSphere
→ WF4<
void> -
See RaylibCore.GenMeshSphere.
no setter
-
GenMeshTangents
→ WF1<
void> -
See RaylibCore.GenMeshTangents.
no setter
-
GenMeshTorus
→ WF5<
void> -
See RaylibCore.GenMeshTorus.
no setter
-
GenTextureMipmaps
→ WF1<
void> -
See RaylibCore.GenTextureMipmaps.
no setter
-
GetApplicationDirectory
→ WF0<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetApplicationDirectory.
no setter
-
GetCameraForward
→ WF2<
void> -
See RaylibCamera.GetCameraForward.
no setter
-
GetCameraMatrix
→ WF2<
void> -
See RaylibCore.GetCameraMatrix.
no setter
-
GetCameraMatrix2D
→ WF2<
void> -
See RaylibCore.GetCameraMatrix2D.
no setter
-
GetCameraProjectionMatrix
→ WF3<
void> -
See RaylibCamera.GetCameraProjectionMatrix.
no setter
-
GetCameraRight
→ WF2<
void> -
See RaylibCamera.GetCameraRight.
no setter
-
GetCameraUp
→ WF2<
void> -
See RaylibCamera.GetCameraUp.
no setter
-
GetCameraViewMatrix
→ WF2<
void> -
See RaylibCamera.GetCameraViewMatrix.
no setter
-
GetCharPressed
→ WF0<
int> -
See RaylibCore.GetCharPressed.
no setter
-
GetClipboardImage
→ WF1<
void> -
See RaylibCore.GetClipboardImage.
no setter
-
GetClipboardText
→ WF0<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetClipboardText.
no setter
-
GetCodepoint
→ WF2<
int> -
See RaylibCore.GetCodepoint.
no setter
-
GetCodepointCount
→ WF1<
int> -
See RaylibCore.GetCodepointCount.
no setter
-
GetCodepointNext
→ WF2<
int> -
See RaylibCore.GetCodepointNext.
no setter
-
GetCodepointPrevious
→ WF2<
int> -
See RaylibCore.GetCodepointPrevious.
no setter
-
GetCollisionRec
→ WF3<
void> -
See RaylibCore.GetCollisionRec.
no setter
-
GetColor
→ WF2<
void> -
See RaylibCore.GetColor.
no setter
-
GetCurrentMonitor
→ WF0<
int> -
See RaylibCore.GetCurrentMonitor.
no setter
-
GetDirectoryFileCount
→ WF1<
int> -
See RaylibCore.GetDirectoryFileCount.
no setter
-
GetDirectoryFileCountEx
→ WF3<
int> -
See RaylibCore.GetDirectoryFileCountEx.
no setter
-
GetDirectoryPath
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetDirectoryPath.
no setter
-
GetFileExtension
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetFileExtension.
no setter
-
GetFileLength
→ WF1<
int> -
See RaylibCore.GetFileLength.
no setter
-
GetFileModTime
→ WF1<
int> -
See RaylibCore.GetFileModTime.
no setter
-
GetFileName
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetFileName.
no setter
-
GetFileNameWithoutExt
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetFileNameWithoutExt.
no setter
-
GetFontDefault
→ WF1<
void> -
See RaylibCore.GetFontDefault.
no setter
-
GetFPS
→ WF0<
int> -
See RaylibCore.GetFPS.
no setter
-
GetFrameTime
→ WF0<
double> -
See RaylibCore.GetFrameTime.
no setter
-
GetGamepadAxisCount
→ WF1<
int> -
See RaylibCore.GetGamepadAxisCount.
no setter
-
GetGamepadAxisMovement
→ WF2<
double> -
See RaylibCore.GetGamepadAxisMovement.
no setter
-
GetGamepadButtonPressed
→ WF0<
int> -
See RaylibCore.GetGamepadButtonPressed.
no setter
-
GetGamepadName
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetGamepadName.
no setter
-
GetGestureDetected
→ WF0<
int> -
See RaylibCore.GetGestureDetected.
no setter
-
GetGestureDragAngle
→ WF0<
double> -
See RaylibCore.GetGestureDragAngle.
no setter
-
GetGestureDragVector
→ WF1<
void> -
See RaylibCore.GetGestureDragVector.
no setter
-
GetGestureHoldDuration
→ WF0<
double> -
See RaylibCore.GetGestureHoldDuration.
no setter
-
GetGesturePinchAngle
→ WF0<
double> -
See RaylibCore.GetGesturePinchAngle.
no setter
-
GetGesturePinchVector
→ WF1<
void> -
See RaylibCore.GetGesturePinchVector.
no setter
-
GetGlyphAtlasRec
→ WF3<
void> -
See RaylibCore.GetGlyphAtlasRec.
no setter
-
GetGlyphIndex
→ WF2<
int> -
See RaylibCore.GetGlyphIndex.
no setter
-
GetGlyphInfo
→ WF3<
void> -
See RaylibCore.GetGlyphInfo.
no setter
-
GetImageAlphaBorder
→ WF3<
void> -
See RaylibCore.GetImageAlphaBorder.
no setter
-
GetImageColor
→ WF4<
void> -
See RaylibCore.GetImageColor.
no setter
-
GetKeyName
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetKeyName.
no setter
-
GetKeyPressed
→ WF0<
int> -
See RaylibCore.GetKeyPressed.
no setter
-
GetMasterVolume
→ WF0<
double> -
See RaylibAudio.GetMasterVolume.
no setter
-
GetMeshBoundingBox
→ WF2<
void> -
See RaylibCore.GetMeshBoundingBox.
no setter
-
GetModelBoundingBox
→ WF2<
void> -
See RaylibCore.GetModelBoundingBox.
no setter
-
GetMonitorCount
→ WF0<
int> -
See RaylibCore.GetMonitorCount.
no setter
-
GetMonitorHeight
→ WF1<
int> -
See RaylibCore.GetMonitorHeight.
no setter
-
GetMonitorName
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetMonitorName.
no setter
-
GetMonitorPhysicalHeight
→ WF1<
int> -
See RaylibCore.GetMonitorPhysicalHeight.
no setter
-
GetMonitorPhysicalWidth
→ WF1<
int> -
See RaylibCore.GetMonitorPhysicalWidth.
no setter
-
GetMonitorPosition
→ WF2<
void> -
See RaylibCore.GetMonitorPosition.
no setter
-
GetMonitorRefreshRate
→ WF1<
int> -
See RaylibCore.GetMonitorRefreshRate.
no setter
-
GetMonitorWidth
→ WF1<
int> -
See RaylibCore.GetMonitorWidth.
no setter
-
GetMouseDelta
→ WF1<
void> -
See RaylibCore.GetMouseDelta.
no setter
-
GetMousePosition
→ WF1<
void> -
See RaylibCore.GetMousePosition.
no setter
-
GetMouseWheelMove
→ WF0<
double> -
See RaylibCore.GetMouseWheelMove.
no setter
-
GetMouseWheelMoveV
→ WF1<
void> -
See RaylibCore.GetMouseWheelMoveV.
no setter
-
GetMouseX
→ WF0<
int> -
See RaylibCore.GetMouseX.
no setter
-
GetMouseY
→ WF0<
int> -
See RaylibCore.GetMouseY.
no setter
-
GetMusicTimeLength
→ WF1<
double> -
See RaylibAudio.GetMusicTimeLength.
no setter
-
GetMusicTimePlayed
→ WF1<
double> -
See RaylibAudio.GetMusicTimePlayed.
no setter
-
GetPixelColor
→ WF3<
void> -
See RaylibCore.GetPixelColor.
no setter
-
GetPixelDataSize
→ WF3<
int> -
See RaylibCore.GetPixelDataSize.
no setter
-
GetPrevDirectoryPath
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetPrevDirectoryPath.
no setter
-
GetRandomValue
→ WF2<
int> -
See RaylibCore.GetRandomValue.
no setter
-
GetRayCollisionBox
→ WF3<
void> -
See RaylibCore.GetRayCollisionBox.
no setter
-
GetRayCollisionMesh
→ WF4<
void> -
See RaylibCore.GetRayCollisionMesh.
no setter
-
GetRayCollisionQuad
→ WF6<
void> -
See RaylibCore.GetRayCollisionQuad.
no setter
-
GetRayCollisionSphere
→ WF4<
void> -
See RaylibCore.GetRayCollisionSphere.
no setter
-
GetRayCollisionTriangle
→ WF5<
void> -
See RaylibCore.GetRayCollisionTriangle.
no setter
-
GetRenderHeight
→ WF0<
int> -
See RaylibCore.GetRenderHeight.
no setter
-
GetRenderWidth
→ WF0<
int> -
See RaylibCore.GetRenderWidth.
no setter
-
GetScreenHeight
→ WF0<
int> -
See RaylibCore.GetScreenHeight.
no setter
-
GetScreenToWorld2D
→ WF3<
void> -
See RaylibCore.GetScreenToWorld2D.
no setter
-
GetScreenToWorldRay
→ WF3<
void> -
See RaylibCore.GetScreenToWorldRay.
no setter
-
GetScreenToWorldRayEx
→ WF5<
void> -
See RaylibCore.GetScreenToWorldRayEx.
no setter
-
GetScreenWidth
→ WF0<
int> -
See RaylibCore.GetScreenWidth.
no setter
-
GetShaderLocation
→ WF2<
int> -
See RaylibCore.GetShaderLocation.
no setter
-
GetShaderLocationAttrib
→ WF2<
int> -
See RaylibCore.GetShaderLocationAttrib.
no setter
-
GetShapesTexture
→ WF1<
void> -
See RaylibCore.GetShapesTexture.
no setter
-
GetShapesTextureRectangle
→ WF1<
void> -
See RaylibCore.GetShapesTextureRectangle.
no setter
-
GetSplinePointBasis
→ WF6<
void> -
See RaylibCore.GetSplinePointBasis.
no setter
-
GetSplinePointBezierCubic
→ WF6<
void> -
See RaylibCore.GetSplinePointBezierCubic.
no setter
-
GetSplinePointBezierQuad
→ WF5<
void> -
See RaylibCore.GetSplinePointBezierQuad.
no setter
-
GetSplinePointCatmullRom
→ WF6<
void> -
See RaylibCore.GetSplinePointCatmullRom.
no setter
-
GetSplinePointLinear
→ WF4<
void> -
See RaylibCore.GetSplinePointLinear.
no setter
-
GetTextBetween
→ WF3<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetTextBetween.
no setter
-
GetTime
→ WF0<
double> -
See RaylibCore.GetTime.
no setter
-
GetTouchPointCount
→ WF0<
int> -
See RaylibCore.GetTouchPointCount.
no setter
-
GetTouchPointId
→ WF1<
int> -
See RaylibCore.GetTouchPointId.
no setter
-
GetTouchPosition
→ WF2<
void> -
See RaylibCore.GetTouchPosition.
no setter
-
GetTouchX
→ WF0<
int> -
See RaylibCore.GetTouchX.
no setter
-
GetTouchY
→ WF0<
int> -
See RaylibCore.GetTouchY.
no setter
-
GetWindowHandle
→ WF0<
WasmMemoryPointer< RVoid> > -
See RaylibCore.GetWindowHandle.
no setter
-
GetWindowPosition
→ WF1<
void> -
See RaylibCore.GetWindowPosition.
no setter
-
GetWindowScaleDPI
→ WF1<
void> -
See RaylibCore.GetWindowScaleDPI.
no setter
-
GetWorkingDirectory
→ WF0<
WasmMemoryPointer< RChar> > -
See RaylibCore.GetWorkingDirectory.
no setter
-
GetWorldToScreen
→ WF3<
void> -
See RaylibCore.GetWorldToScreen.
no setter
-
GetWorldToScreen2D
→ WF3<
void> -
See RaylibCore.GetWorldToScreen2D.
no setter
-
GetWorldToScreenEx
→ WF5<
void> -
See RaylibCore.GetWorldToScreenEx.
no setter
-
GuiButton
→ WF2<
int> -
See RaylibGui.GuiButton.
no setter
-
GuiCheckBox
→ WF3<
int> -
See RaylibGui.GuiCheckBox.
no setter
-
GuiColorBarAlpha
→ WF3<
int> -
See RaylibGui.GuiColorBarAlpha.
no setter
-
GuiColorBarHue
→ WF3<
int> -
See RaylibGui.GuiColorBarHue.
no setter
-
GuiColorPanel
→ WF3<
int> -
See RaylibGui.GuiColorPanel.
no setter
-
GuiColorPanelHSV
→ WF3<
int> -
See RaylibGui.GuiColorPanelHSV.
no setter
-
GuiColorPicker
→ WF3<
int> -
See RaylibGui.GuiColorPicker.
no setter
-
GuiColorPickerHSV
→ WF3<
int> -
See RaylibGui.GuiColorPickerHSV.
no setter
-
GuiComboBox
→ WF3<
int> -
See RaylibGui.GuiComboBox.
no setter
-
GuiDisable
→ WF0<
void> -
See RaylibGui.GuiDisable.
no setter
-
GuiDisableTooltip
→ WF0<
void> -
See RaylibGui.GuiDisableTooltip.
no setter
-
GuiDrawIcon
→ WF5<
void> -
See RaylibGui.GuiDrawIcon.
no setter
-
GuiDropdownBox
→ WF4<
int> -
See RaylibGui.GuiDropdownBox.
no setter
-
GuiDummyRec
→ WF2<
int> -
See RaylibGui.GuiDummyRec.
no setter
-
GuiEnable
→ WF0<
void> -
See RaylibGui.GuiEnable.
no setter
-
GuiEnableTooltip
→ WF0<
void> -
See RaylibGui.GuiEnableTooltip.
no setter
-
GuiGetFont
→ WF1<
void> -
See RaylibGui.GuiGetFont.
no setter
-
GuiGetIcons
→ WF0<
WasmMemoryPointer< RUnsignedInt> > -
See RaylibGui.GuiGetIcons.
no setter
-
GuiGetState
→ WF0<
int> -
See RaylibGui.GuiGetState.
no setter
-
GuiGetStyle
→ WF2<
int> -
See RaylibGui.GuiGetStyle.
no setter
-
GuiGetTextWidth
→ WF1<
int> -
See RaylibGui.GuiGetTextWidth.
no setter
-
GuiGrid
→ WF5<
int> -
See RaylibGui.GuiGrid.
no setter
-
GuiGroupBox
→ WF2<
int> -
See RaylibGui.GuiGroupBox.
no setter
-
GuiIconText
→ WF2<
WasmMemoryPointer< RChar> > -
See RaylibGui.GuiIconText.
no setter
-
GuiIsLocked
→ WF0<
bool> -
See RaylibGui.GuiIsLocked.
no setter
-
GuiLabel
→ WF2<
int> -
See RaylibGui.GuiLabel.
no setter
-
GuiLabelButton
→ WF2<
int> -
See RaylibGui.GuiLabelButton.
no setter
-
GuiLine
→ WF2<
int> -
See RaylibGui.GuiLine.
no setter
-
GuiListView
→ WF4<
int> -
See RaylibGui.GuiListView.
no setter
-
GuiListViewEx
→ WF6<
int> -
See RaylibGui.GuiListViewEx.
no setter
-
GuiLoadIcons
→ WF2<
WasmMemoryPointer< RPointer< >RChar> > -
See RaylibGui.GuiLoadIcons.
no setter
-
GuiLoadIconsFromMemory
→ WF3<
WasmMemoryPointer< RPointer< >RChar> > -
See RaylibGui.GuiLoadIconsFromMemory.
no setter
-
GuiLoadStyle
→ WF1<
void> -
See RaylibGui.GuiLoadStyle.
no setter
-
GuiLoadStyleDefault
→ WF0<
void> -
See RaylibGui.GuiLoadStyleDefault.
no setter
-
GuiLoadStyleFromMemory
→ WF2<
void> -
See RaylibGui.GuiLoadStyleFromMemory.
no setter
-
GuiLock
→ WF0<
void> -
See RaylibGui.GuiLock.
no setter
-
GuiMessageBox
→ WF5<
int> -
See RaylibGui.GuiMessageBox.
no setter
-
GuiPanel
→ WF2<
int> -
See RaylibGui.GuiPanel.
no setter
-
GuiProgressBar
→ WF6<
int> -
See RaylibGui.GuiProgressBar.
no setter
-
GuiScrollPanel
→ WF5<
int> -
See RaylibGui.GuiScrollPanel.
no setter
-
GuiSetAlpha
→ WF1<
void> -
See RaylibGui.GuiSetAlpha.
no setter
-
GuiSetFont
→ WF1<
void> -
See RaylibGui.GuiSetFont.
no setter
-
GuiSetIconScale
→ WF1<
void> -
See RaylibGui.GuiSetIconScale.
no setter
-
GuiSetState
→ WF1<
void> -
See RaylibGui.GuiSetState.
no setter
-
GuiSetStyle
→ WF3<
void> -
See RaylibGui.GuiSetStyle.
no setter
-
GuiSetTooltip
→ WF1<
void> -
See RaylibGui.GuiSetTooltip.
no setter
-
GuiSlider
→ WF6<
int> -
See RaylibGui.GuiSlider.
no setter
-
GuiSliderBar
→ WF6<
int> -
See RaylibGui.GuiSliderBar.
no setter
-
GuiSpinner
→ WF6<
int> -
See RaylibGui.GuiSpinner.
no setter
-
GuiStatusBar
→ WF2<
int> -
See RaylibGui.GuiStatusBar.
no setter
-
GuiTabBar
→ WF4<
int> -
See RaylibGui.GuiTabBar.
no setter
-
GuiTabBarEx
→ WF6<
int> -
See RaylibGui.GuiTabBarEx.
no setter
-
GuiTextBox
→ WF4<
int> -
See RaylibGui.GuiTextBox.
no setter
-
GuiTextInputBox
→ WF8<
int> -
See RaylibGui.GuiTextInputBox.
no setter
-
GuiToggle
→ WF3<
int> -
See RaylibGui.GuiToggle.
no setter
-
GuiToggleGroup
→ WF3<
int> -
See RaylibGui.GuiToggleGroup.
no setter
-
GuiToggleSlider
→ WF3<
int> -
See RaylibGui.GuiToggleSlider.
no setter
-
GuiUnlock
→ WF0<
void> -
See RaylibGui.GuiUnlock.
no setter
-
GuiValueBox
→ WF6<
int> -
See RaylibGui.GuiValueBox.
no setter
-
GuiValueBoxFloat
→ WF5<
int> -
See RaylibGui.GuiValueBoxFloat.
no setter
-
GuiWindowBox
→ WF2<
int> -
See RaylibGui.GuiWindowBox.
no setter
-
HideCursor
→ WF0<
void> -
See RaylibCore.HideCursor.
no setter
-
ImageAlphaClear
→ WF3<
void> -
See RaylibCore.ImageAlphaClear.
no setter
-
ImageAlphaCrop
→ WF2<
void> -
See RaylibCore.ImageAlphaCrop.
no setter
-
ImageAlphaMask
→ WF2<
void> -
See RaylibCore.ImageAlphaMask.
no setter
-
ImageAlphaPremultiply
→ WF1<
void> -
See RaylibCore.ImageAlphaPremultiply.
no setter
-
ImageBlurGaussian
→ WF2<
void> -
See RaylibCore.ImageBlurGaussian.
no setter
-
ImageClearBackground
→ WF2<
void> -
See RaylibCore.ImageClearBackground.
no setter
-
ImageColorBrightness
→ WF2<
void> -
See RaylibCore.ImageColorBrightness.
no setter
-
ImageColorContrast
→ WF2<
void> -
See RaylibCore.ImageColorContrast.
no setter
-
ImageColorGrayscale
→ WF1<
void> -
See RaylibCore.ImageColorGrayscale.
no setter
-
ImageColorInvert
→ WF1<
void> -
See RaylibCore.ImageColorInvert.
no setter
-
ImageColorReplace
→ WF3<
void> -
See RaylibCore.ImageColorReplace.
no setter
-
ImageColorTint
→ WF2<
void> -
See RaylibCore.ImageColorTint.
no setter
-
ImageCopy
→ WF2<
void> -
See RaylibCore.ImageCopy.
no setter
-
ImageCrop
→ WF2<
void> -
See RaylibCore.ImageCrop.
no setter
-
ImageDither
→ WF5<
void> -
See RaylibCore.ImageDither.
no setter
-
ImageDraw
→ WF5<
void> -
See RaylibCore.ImageDraw.
no setter
-
ImageDrawCircle
→ WF5<
void> -
See RaylibCore.ImageDrawCircle.
no setter
-
ImageDrawCircleLines
→ WF5<
void> -
See RaylibCore.ImageDrawCircleLines.
no setter
-
ImageDrawCircleLinesV
→ WF4<
void> -
See RaylibCore.ImageDrawCircleLinesV.
no setter
-
ImageDrawCircleV
→ WF4<
void> -
See RaylibCore.ImageDrawCircleV.
no setter
-
ImageDrawLine
→ WF6<
void> -
See RaylibCore.ImageDrawLine.
no setter
-
ImageDrawLineEx
→ WF5<
void> -
See RaylibCore.ImageDrawLineEx.
no setter
-
ImageDrawLineV
→ WF4<
void> -
See RaylibCore.ImageDrawLineV.
no setter
-
ImageDrawPixel
→ WF4<
void> -
See RaylibCore.ImageDrawPixel.
no setter
-
ImageDrawPixelV
→ WF3<
void> -
See RaylibCore.ImageDrawPixelV.
no setter
-
ImageDrawRectangle
→ WF6<
void> -
See RaylibCore.ImageDrawRectangle.
no setter
-
ImageDrawRectangleLines
→ WF4<
void> -
See RaylibCore.ImageDrawRectangleLines.
no setter
-
ImageDrawRectangleRec
→ WF3<
void> -
See RaylibCore.ImageDrawRectangleRec.
no setter
-
ImageDrawRectangleV
→ WF4<
void> -
See RaylibCore.ImageDrawRectangleV.
no setter
-
ImageDrawText
→ WF6<
void> -
See RaylibCore.ImageDrawText.
no setter
-
ImageDrawTextEx
→ WF7<
void> -
See RaylibCore.ImageDrawTextEx.
no setter
-
ImageDrawTriangle
→ WF5<
void> -
See RaylibCore.ImageDrawTriangle.
no setter
-
ImageDrawTriangleEx
→ WF7<
void> -
See RaylibCore.ImageDrawTriangleEx.
no setter
-
ImageDrawTriangleFan
→ WF4<
void> -
See RaylibCore.ImageDrawTriangleFan.
no setter
-
ImageDrawTriangleLines
→ WF5<
void> -
See RaylibCore.ImageDrawTriangleLines.
no setter
-
ImageDrawTriangleStrip
→ WF4<
void> -
See RaylibCore.ImageDrawTriangleStrip.
no setter
-
ImageFlipHorizontal
→ WF1<
void> -
See RaylibCore.ImageFlipHorizontal.
no setter
-
ImageFlipVertical
→ WF1<
void> -
See RaylibCore.ImageFlipVertical.
no setter
-
ImageFormat
→ WF2<
void> -
See RaylibCore.ImageFormat.
no setter
-
ImageFromChannel
→ WF3<
void> -
See RaylibCore.ImageFromChannel.
no setter
-
ImageFromImage
→ WF3<
void> -
See RaylibCore.ImageFromImage.
no setter
-
ImageKernelConvolution
→ WF3<
void> -
See RaylibCore.ImageKernelConvolution.
no setter
-
ImageMipmaps
→ WF1<
void> -
See RaylibCore.ImageMipmaps.
no setter
-
ImageResize
→ WF3<
void> -
See RaylibCore.ImageResize.
no setter
-
ImageResizeCanvas
→ WF6<
void> -
See RaylibCore.ImageResizeCanvas.
no setter
-
ImageResizeNN
→ WF3<
void> -
See RaylibCore.ImageResizeNN.
no setter
-
ImageRotate
→ WF2<
void> -
See RaylibCore.ImageRotate.
no setter
-
ImageRotateCCW
→ WF1<
void> -
See RaylibCore.ImageRotateCCW.
no setter
-
ImageRotateCW
→ WF1<
void> -
See RaylibCore.ImageRotateCW.
no setter
-
ImageText
→ WF4<
void> -
See RaylibCore.ImageText.
no setter
-
ImageTextEx
→ WF6<
void> -
See RaylibCore.ImageTextEx.
no setter
-
ImageToPOT
→ WF2<
void> -
See RaylibCore.ImageToPOT.
no setter
-
InitAudioDevice
→ WF0<
void> -
See RaylibAudio.InitAudioDevice.
no setter
-
InitWindow
→ WF3<
void> -
See RaylibCore.InitWindow.
no setter
-
IsAudioDeviceReady
→ WF0<
bool> -
See RaylibAudio.IsAudioDeviceReady.
no setter
-
IsAudioStreamPlaying
→ WF1<
bool> -
See RaylibAudio.IsAudioStreamPlaying.
no setter
-
IsAudioStreamProcessed
→ WF1<
bool> -
See RaylibAudio.IsAudioStreamProcessed.
no setter
-
IsAudioStreamValid
→ WF1<
bool> -
See RaylibAudio.IsAudioStreamValid.
no setter
-
IsCursorHidden
→ WF0<
bool> -
See RaylibCore.IsCursorHidden.
no setter
-
IsCursorOnScreen
→ WF0<
bool> -
See RaylibCore.IsCursorOnScreen.
no setter
-
IsFileDropped
→ WF0<
bool> -
See RaylibCore.IsFileDropped.
no setter
-
IsFileExtension
→ WF2<
bool> -
See RaylibCore.IsFileExtension.
no setter
-
IsFileNameValid
→ WF1<
bool> -
See RaylibCore.IsFileNameValid.
no setter
-
IsFontValid
→ WF1<
bool> -
See RaylibCore.IsFontValid.
no setter
-
IsGamepadAvailable
→ WF1<
bool> -
See RaylibCore.IsGamepadAvailable.
no setter
-
IsGamepadButtonDown
→ WF2<
bool> -
See RaylibCore.IsGamepadButtonDown.
no setter
-
IsGamepadButtonPressed
→ WF2<
bool> -
See RaylibCore.IsGamepadButtonPressed.
no setter
-
IsGamepadButtonReleased
→ WF2<
bool> -
See RaylibCore.IsGamepadButtonReleased.
no setter
-
IsGamepadButtonUp
→ WF2<
bool> -
See RaylibCore.IsGamepadButtonUp.
no setter
-
IsGestureDetected
→ WF1<
bool> -
See RaylibCore.IsGestureDetected.
no setter
-
IsImageValid
→ WF1<
bool> -
See RaylibCore.IsImageValid.
no setter
-
IsKeyDown
→ WF1<
bool> -
See RaylibCore.IsKeyDown.
no setter
-
IsKeyPressed
→ WF1<
bool> -
See RaylibCore.IsKeyPressed.
no setter
-
IsKeyPressedRepeat
→ WF1<
bool> -
See RaylibCore.IsKeyPressedRepeat.
no setter
-
IsKeyReleased
→ WF1<
bool> -
See RaylibCore.IsKeyReleased.
no setter
-
IsKeyUp
→ WF1<
bool> -
See RaylibCore.IsKeyUp.
no setter
-
IsMaterialValid
→ WF1<
bool> -
See RaylibCore.IsMaterialValid.
no setter
-
IsModelAnimationValid
→ WF2<
bool> -
See RaylibCore.IsModelAnimationValid.
no setter
-
IsModelValid
→ WF1<
bool> -
See RaylibCore.IsModelValid.
no setter
-
IsMouseButtonDown
→ WF1<
bool> -
See RaylibCore.IsMouseButtonDown.
no setter
-
IsMouseButtonPressed
→ WF1<
bool> -
See RaylibCore.IsMouseButtonPressed.
no setter
-
IsMouseButtonReleased
→ WF1<
bool> -
See RaylibCore.IsMouseButtonReleased.
no setter
-
IsMouseButtonUp
→ WF1<
bool> -
See RaylibCore.IsMouseButtonUp.
no setter
-
IsMusicStreamPlaying
→ WF1<
bool> -
See RaylibAudio.IsMusicStreamPlaying.
no setter
-
IsMusicValid
→ WF1<
bool> -
See RaylibAudio.IsMusicValid.
no setter
-
IsPathFile
→ WF1<
bool> -
See RaylibCore.IsPathFile.
no setter
-
IsRenderTextureValid
→ WF1<
bool> -
See RaylibCore.IsRenderTextureValid.
no setter
-
IsShaderValid
→ WF1<
bool> -
See RaylibCore.IsShaderValid.
no setter
-
IsSoundPlaying
→ WF1<
bool> -
See RaylibAudio.IsSoundPlaying.
no setter
-
IsSoundValid
→ WF1<
bool> -
See RaylibAudio.IsSoundValid.
no setter
-
IsTextureValid
→ WF1<
bool> -
See RaylibCore.IsTextureValid.
no setter
-
IsWaveValid
→ WF1<
bool> -
See RaylibAudio.IsWaveValid.
no setter
-
IsWindowFocused
→ WF0<
bool> -
See RaylibCore.IsWindowFocused.
no setter
-
IsWindowFullscreen
→ WF0<
bool> -
See RaylibCore.IsWindowFullscreen.
no setter
-
IsWindowHidden
→ WF0<
bool> -
See RaylibCore.IsWindowHidden.
no setter
-
IsWindowMaximized
→ WF0<
bool> -
See RaylibCore.IsWindowMaximized.
no setter
-
IsWindowMinimized
→ WF0<
bool> -
See RaylibCore.IsWindowMinimized.
no setter
-
IsWindowReady
→ WF0<
bool> -
See RaylibCore.IsWindowReady.
no setter
-
IsWindowResized
→ WF0<
bool> -
See RaylibCore.IsWindowResized.
no setter
-
IsWindowState
→ WF1<
bool> -
See RaylibCore.IsWindowState.
no setter
-
LoadAudioStream
→ WF4<
void> -
See RaylibAudio.LoadAudioStream.
no setter
-
LoadAutomationEventList
→ WF2<
void> -
See RaylibCore.LoadAutomationEventList.
no setter
-
LoadCodepoints
→ WF2<
WasmMemoryPointer< RInt> > -
See RaylibCore.LoadCodepoints.
no setter
-
LoadDirectoryFiles
→ WF2<
void> -
See RaylibCore.LoadDirectoryFiles.
no setter
-
LoadDirectoryFilesEx
→ WF4<
void> -
See RaylibCore.LoadDirectoryFilesEx.
no setter
-
LoadDroppedFiles
→ WF1<
void> -
See RaylibCore.LoadDroppedFiles.
no setter
-
LoadFileData
→ WF2<
WasmMemoryPointer< RUnsignedChar> > -
See RaylibCore.LoadFileData.
no setter
-
LoadFileText
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.LoadFileText.
no setter
-
LoadFont
→ WF2<
void> -
See RaylibCore.LoadFont.
no setter
-
LoadFontData
→ WF7<
StructPointer< GlyphInfoD> > -
See RaylibCore.LoadFontData.
no setter
-
LoadFontEx
→ WF5<
void> -
See RaylibCore.LoadFontEx.
no setter
-
LoadFontFromImage
→ WF4<
void> -
See RaylibCore.LoadFontFromImage.
no setter
-
LoadFontFromMemory
→ WF7<
void> -
See RaylibCore.LoadFontFromMemory.
no setter
-
LoadImage
→ WF2<
void> -
See RaylibCore.LoadImage.
no setter
-
LoadImageAnim
→ WF3<
void> -
See RaylibCore.LoadImageAnim.
no setter
-
LoadImageAnimFromMemory
→ WF5<
void> -
See RaylibCore.LoadImageAnimFromMemory.
no setter
-
LoadImageColors
→ WF1<
StructPointer< ColorD> > -
See RaylibCore.LoadImageColors.
no setter
-
LoadImageFromMemory
→ WF4<
void> -
See RaylibCore.LoadImageFromMemory.
no setter
-
LoadImageFromScreen
→ WF1<
void> -
See RaylibCore.LoadImageFromScreen.
no setter
-
LoadImageFromTexture
→ WF2<
void> -
See RaylibCore.LoadImageFromTexture.
no setter
-
LoadImagePalette
→ WF3<
StructPointer< ColorD> > -
See RaylibCore.LoadImagePalette.
no setter
-
LoadImageRaw
→ WF6<
void> -
See RaylibCore.LoadImageRaw.
no setter
-
LoadMaterialDefault
→ WF1<
void> -
See RaylibCore.LoadMaterialDefault.
no setter
-
LoadMaterials
→ WF2<
StructPointer< MaterialD> > -
See RaylibCore.LoadMaterials.
no setter
-
LoadModel
→ WF2<
void> -
See RaylibCore.LoadModel.
no setter
-
LoadModelAnimations
→ WF2<
StructPointer< ModelAnimationD> > -
See RaylibCore.LoadModelAnimations.
no setter
-
LoadModelFromMesh
→ WF2<
void> -
See RaylibCore.LoadModelFromMesh.
no setter
-
LoadMusicStream
→ WF2<
void> -
See RaylibAudio.LoadMusicStream.
no setter
-
LoadMusicStreamFromMemory
→ WF4<
void> -
See RaylibAudio.LoadMusicStreamFromMemory.
no setter
-
LoadRandomSequence
→ WF3<
WasmMemoryPointer< RInt> > -
See RaylibCore.LoadRandomSequence.
no setter
-
LoadRenderTexture
→ WF3<
void> -
See RaylibCore.LoadRenderTexture.
no setter
-
LoadShader
→ WF3<
void> -
See RaylibCore.LoadShader.
no setter
-
LoadShaderFromMemory
→ WF3<
void> -
See RaylibCore.LoadShaderFromMemory.
no setter
-
LoadSound
→ WF2<
void> -
See RaylibAudio.LoadSound.
no setter
-
LoadSoundAlias
→ WF2<
void> -
See RaylibAudio.LoadSoundAlias.
no setter
-
LoadSoundFromWave
→ WF2<
void> -
See RaylibAudio.LoadSoundFromWave.
no setter
-
LoadTextLines
→ WF2<
WasmMemoryPointer< RPointer< >RChar> > -
See RaylibCore.LoadTextLines.
no setter
-
LoadTexture
→ WF2<
void> -
See RaylibCore.LoadTexture.
no setter
-
LoadTextureCubemap
→ WF3<
void> -
See RaylibCore.LoadTextureCubemap.
no setter
-
LoadTextureFromImage
→ WF2<
void> -
See RaylibCore.LoadTextureFromImage.
no setter
-
LoadUTF8
→ WF2<
WasmMemoryPointer< RChar> > -
See RaylibCore.LoadUTF8.
no setter
-
LoadVrStereoConfig
→ WF2<
void> -
See RaylibCore.LoadVrStereoConfig.
no setter
-
LoadWave
→ WF2<
void> -
See RaylibAudio.LoadWave.
no setter
-
LoadWaveFromMemory
→ WF4<
void> -
See RaylibAudio.LoadWaveFromMemory.
no setter
-
LoadWaveSamples
→ WF1<
WasmMemoryPointer< RFloat> > -
See RaylibAudio.LoadWaveSamples.
no setter
- M_1_PI → double
-
See RaylibConstants.M_1_PI.
no setter
- M_2_PI → double
-
See RaylibConstants.M_2_PI.
no setter
- M_2_SQRTPI → double
-
See RaylibConstants.M_2_SQRTPI.
no setter
- M_E → double
-
See RaylibConstants.M_E.
no setter
- M_LN10 → double
-
See RaylibConstants.M_LN10.
no setter
- M_LN2 → double
-
See RaylibConstants.M_LN2.
no setter
- M_LOG10E → double
-
See RaylibConstants.M_LOG10E.
no setter
- M_LOG2E → double
-
See RaylibConstants.M_LOG2E.
no setter
- M_PI → double
-
See RaylibConstants.M_PI.
no setter
- M_PI_2 → double
-
See RaylibConstants.M_PI_2.
no setter
- M_PI_4 → double
-
See RaylibConstants.M_PI_4.
no setter
- M_SQRT1_2 → double
-
See RaylibConstants.M_SQRT1_2.
no setter
- M_SQRT2 → double
-
See RaylibConstants.M_SQRT2.
no setter
-
MakeDirectory
→ WF1<
int> -
See RaylibCore.MakeDirectory.
no setter
- MATERIAL_MAP_DIFFUSE → MaterialMapIndex
-
See RaylibConstants.MATERIAL_MAP_DIFFUSE.
no setter
- MATERIAL_MAP_SPECULAR → MaterialMapIndex
-
See RaylibConstants.MATERIAL_MAP_SPECULAR.
no setter
-
MatrixAdd
→ WF3<
void> -
See RaylibMatrixExt.MatrixAdd.
no setter
-
MatrixCompose
→ WF4<
void> -
See RaylibMatrixExt.MatrixCompose.
no setter
-
MatrixDecompose
→ WF4<
void> -
See RaylibMatrixExt.MatrixDecompose.
no setter
-
MatrixDeterminant
→ WF1<
double> -
See RaylibMatrixExt.MatrixDeterminant.
no setter
-
MatrixFrustum
→ WF7<
void> -
See RaylibMatrixExt.MatrixFrustum.
no setter
-
MatrixIdentity
→ WF1<
void> -
See RaylibMatrixExt.MatrixIdentity.
no setter
-
MatrixInvert
→ WF2<
void> -
See RaylibMatrixExt.MatrixInvert.
no setter
-
MatrixLookAt
→ WF4<
void> -
See RaylibMatrixExt.MatrixLookAt.
no setter
-
MatrixMultiply
→ WF3<
void> -
See RaylibMatrixExt.MatrixMultiply.
no setter
-
MatrixMultiplyValue
→ WF3<
void> -
See RaylibMatrixExt.MatrixMultiplyValue.
no setter
-
MatrixOrtho
→ WF7<
void> -
See RaylibMatrixExt.MatrixOrtho.
no setter
-
MatrixPerspective
→ WF5<
void> -
See RaylibMatrixExt.MatrixPerspective.
no setter
-
MatrixRotate
→ WF3<
void> -
See RaylibMatrixExt.MatrixRotate.
no setter
-
MatrixRotateX
→ WF2<
void> -
See RaylibMatrixExt.MatrixRotateX.
no setter
-
MatrixRotateXYZ
→ WF2<
void> -
See RaylibMatrixExt.MatrixRotateXYZ.
no setter
-
MatrixRotateY
→ WF2<
void> -
See RaylibMatrixExt.MatrixRotateY.
no setter
-
MatrixRotateZ
→ WF2<
void> -
See RaylibMatrixExt.MatrixRotateZ.
no setter
-
MatrixRotateZYX
→ WF2<
void> -
See RaylibMatrixExt.MatrixRotateZYX.
no setter
-
MatrixScale
→ WF4<
void> -
See RaylibMatrixExt.MatrixScale.
no setter
-
MatrixSubtract
→ WF3<
void> -
See RaylibMatrixExt.MatrixSubtract.
no setter
-
MatrixToFloatV
→ WF2<
void> -
See RaylibMatrixExt.MatrixToFloatV.
no setter
-
MatrixTrace
→ WF1<
double> -
See RaylibMatrixExt.MatrixTrace.
no setter
-
MatrixTranslate
→ WF4<
void> -
See RaylibMatrixExt.MatrixTranslate.
no setter
-
MatrixTranspose
→ WF2<
void> -
See RaylibMatrixExt.MatrixTranspose.
no setter
- MAX_LIGHTS → int
-
See RaylibLightConstants.MAX_LIGHTS.
no setter
- MAX_MATERIAL_MAPS → int
-
See RaylibConstants.MAX_MATERIAL_MAPS.
no setter
- MAX_TOUCH_POINTS → int
-
See RaylibConstants.MAX_TOUCH_POINTS.
no setter
-
MaximizeWindow
→ WF0<
void> -
See RaylibCore.MaximizeWindow.
no setter
-
MeasureText
→ WF2<
int> -
See RaylibCore.MeasureText.
no setter
-
MeasureTextCodepoints
→ WF6<
void> -
See RaylibCore.MeasureTextCodepoints.
no setter
-
MeasureTextEx
→ WF5<
void> -
See RaylibCore.MeasureTextEx.
no setter
-
MinimizeWindow
→ WF0<
void> -
See RaylibCore.MinimizeWindow.
no setter
-
msf_gif_alpha_threshold
→ WasmMemoryPointer<
RInt> -
See RaylibMsfGif.msf_gif_alpha_threshold.
no setter
-
msf_gif_begin
→ WF3<
int> -
See RaylibMsfGif.msf_gif_begin.
no setter
-
msf_gif_begin_to_file
→ WF5<
int> -
See RaylibMsfGif.msf_gif_begin_to_file.
no setter
-
msf_gif_bgra_flag
→ WasmMemoryPointer<
RInt> -
See RaylibMsfGif.msf_gif_bgra_flag.
no setter
-
msf_gif_end
→ WF2<
void> -
See RaylibMsfGif.msf_gif_end.
no setter
-
msf_gif_end_to_file
→ WF1<
int> -
See RaylibMsfGif.msf_gif_end_to_file.
no setter
-
msf_gif_frame
→ WF5<
int> -
See RaylibMsfGif.msf_gif_frame.
no setter
-
msf_gif_frame_to_file
→ WF5<
int> -
See RaylibMsfGif.msf_gif_frame_to_file.
no setter
-
msf_gif_free
→ WF1<
void> -
See RaylibMsfGif.msf_gif_free.
no setter
-
OpenURL
→ WF1<
void> -
See RaylibCore.OpenURL.
no setter
-
PauseAudioStream
→ WF1<
void> -
See RaylibAudio.PauseAudioStream.
no setter
-
PauseMusicStream
→ WF1<
void> -
See RaylibAudio.PauseMusicStream.
no setter
-
PauseSound
→ WF1<
void> -
See RaylibAudio.PauseSound.
no setter
- PI → double
-
See RaylibConstants.PI.
no setter
-
PlayAudioStream
→ WF1<
void> -
See RaylibAudio.PlayAudioStream.
no setter
-
PlayAutomationEvent
→ WF1<
void> -
See RaylibCore.PlayAutomationEvent.
no setter
-
PlayMusicStream
→ WF1<
void> -
See RaylibAudio.PlayMusicStream.
no setter
-
PlaySound
→ WF1<
void> -
See RaylibAudio.PlaySound.
no setter
-
PollInputEvents
→ WF0<
void> -
See RaylibCore.PollInputEvents.
no setter
-
ProcessGestureEvent
→ WF1<
void> -
See RaylibCore.ProcessGestureEvent.
no setter
- RAD2DEG → double
-
See RaylibConstants.RAD2DEG.
no setter
- RAND_MAX → int
-
See RaylibConstants.RAND_MAX.
no setter
- RAYGUI_COLORBARALPHA_CHECKED_SIZE → int
-
See RaylibGuiConstants.RAYGUI_COLORBARALPHA_CHECKED_SIZE.
no setter
- RAYGUI_GRID_ALPHA → double
-
See RaylibGuiConstants.RAYGUI_GRID_ALPHA.
no setter
- RAYGUI_GROUPBOX_LINE_THICK → int
-
See RaylibGuiConstants.RAYGUI_GROUPBOX_LINE_THICK.
no setter
- RAYGUI_ICON_DATA_ELEMENTS → int
-
See RaylibGuiConstants.RAYGUI_ICON_DATA_ELEMENTS.
no setter
- RAYGUI_ICON_FONT_ATLAS_PADDING → int
-
See RaylibGuiConstants.RAYGUI_ICON_FONT_ATLAS_PADDING.
no setter
- RAYGUI_ICON_MAX_FONT_BACKED → int
-
See RaylibGuiConstants.RAYGUI_ICON_MAX_FONT_BACKED.
no setter
- RAYGUI_ICON_MAX_ICONS → int
-
See RaylibGuiConstants.RAYGUI_ICON_MAX_ICONS.
no setter
- RAYGUI_ICON_MAX_NAME_LENGTH → int
-
See RaylibGuiConstants.RAYGUI_ICON_MAX_NAME_LENGTH.
no setter
- RAYGUI_ICON_SIZE → int
-
See RaylibGuiConstants.RAYGUI_ICON_SIZE.
no setter
- RAYGUI_ICON_TEXT_PADDING → int
-
See RaylibGuiConstants.RAYGUI_ICON_TEXT_PADDING.
no setter
-
RAYGUI_ICONS
→ List<
int> -
See RaylibGuiConstants.RAYGUI_ICONS.
no setter
- RAYGUI_LINE_MARGIN_TEXT → int
-
See RaylibGuiConstants.RAYGUI_LINE_MARGIN_TEXT.
no setter
- RAYGUI_LINE_TEXT_PADDING → int
-
See RaylibGuiConstants.RAYGUI_LINE_TEXT_PADDING.
no setter
- RAYGUI_MAX_CONTROLS → int
-
See RaylibGuiConstants.RAYGUI_MAX_CONTROLS.
no setter
- RAYGUI_MAX_PROPS_BASE → int
-
See RaylibGuiConstants.RAYGUI_MAX_PROPS_BASE.
no setter
- RAYGUI_MAX_PROPS_EXTENDED → int
-
See RaylibGuiConstants.RAYGUI_MAX_PROPS_EXTENDED.
no setter
- RAYGUI_MAX_TEXT_LINES → int
-
See RaylibGuiConstants.RAYGUI_MAX_TEXT_LINES.
no setter
- RAYGUI_MESSAGEBOX_BUTTON_HEIGHT → int
-
See RaylibGuiConstants.RAYGUI_MESSAGEBOX_BUTTON_HEIGHT.
no setter
- RAYGUI_MESSAGEBOX_BUTTON_PADDING → int
-
See RaylibGuiConstants.RAYGUI_MESSAGEBOX_BUTTON_PADDING.
no setter
- RAYGUI_MIN_MOUSE_WHEEL_SPEED → int
-
See RaylibGuiConstants.RAYGUI_MIN_MOUSE_WHEEL_SPEED.
no setter
- RAYGUI_MIN_SCROLLBAR_HEIGHT → int
-
See RaylibGuiConstants.RAYGUI_MIN_SCROLLBAR_HEIGHT.
no setter
- RAYGUI_MIN_SCROLLBAR_WIDTH → int
-
See RaylibGuiConstants.RAYGUI_MIN_SCROLLBAR_WIDTH.
no setter
- RAYGUI_PANEL_BORDER_WIDTH → int
-
See RaylibGuiConstants.RAYGUI_PANEL_BORDER_WIDTH.
no setter
- RAYGUI_SCROLLBAR_LEFT_SIDE → int
-
See RaylibGuiConstants.RAYGUI_SCROLLBAR_LEFT_SIDE.
no setter
- RAYGUI_SCROLLBAR_RIGHT_SIDE → int
-
See RaylibGuiConstants.RAYGUI_SCROLLBAR_RIGHT_SIDE.
no setter
- RAYGUI_TEXTBOX_AUTO_CURSOR_COOLDOWN → int
-
See RaylibGuiConstants.RAYGUI_TEXTBOX_AUTO_CURSOR_COOLDOWN.
no setter
- RAYGUI_TEXTBOX_AUTO_CURSOR_DELAY → int
-
See RaylibGuiConstants.RAYGUI_TEXTBOX_AUTO_CURSOR_DELAY.
no setter
- RAYGUI_TEXTINPUTBOX_BUTTON_HEIGHT → int
-
See RaylibGuiConstants.RAYGUI_TEXTINPUTBOX_BUTTON_HEIGHT.
no setter
- RAYGUI_TEXTINPUTBOX_BUTTON_PADDING → int
-
See RaylibGuiConstants.RAYGUI_TEXTINPUTBOX_BUTTON_PADDING.
no setter
- RAYGUI_TEXTINPUTBOX_HEIGHT → int
-
See RaylibGuiConstants.RAYGUI_TEXTINPUTBOX_HEIGHT.
no setter
- RAYGUI_TOGGLEGROUP_MAX_ITEM_TEXT_SIZE → int
-
See RaylibGuiConstants.RAYGUI_TOGGLEGROUP_MAX_ITEM_TEXT_SIZE.
no setter
- RAYGUI_VALUEBOX_MAX_CHARS → int
-
See RaylibGuiConstants.RAYGUI_VALUEBOX_MAX_CHARS.
no setter
- RAYGUI_VERSION → String
-
See RaylibGuiConstants.RAYGUI_VERSION.
no setter
- RAYGUI_VERSION_MAJOR → int
-
See RaylibGuiConstants.RAYGUI_VERSION_MAJOR.
no setter
- RAYGUI_VERSION_MINOR → int
-
See RaylibGuiConstants.RAYGUI_VERSION_MINOR.
no setter
- RAYGUI_VERSION_PATCH → int
-
See RaylibGuiConstants.RAYGUI_VERSION_PATCH.
no setter
- RAYGUI_WINDOWBOX_CLOSEBUTTON_HEIGHT → int
-
See RaylibGuiConstants.RAYGUI_WINDOWBOX_CLOSEBUTTON_HEIGHT.
no setter
- RAYGUI_WINDOWBOX_STATUSBAR_HEIGHT → int
-
See RaylibGuiConstants.RAYGUI_WINDOWBOX_STATUSBAR_HEIGHT.
no setter
- RAYLIB_VERSION → String
-
See RaylibConstants.RAYLIB_VERSION.
no setter
- RAYLIB_VERSION_MAJOR → int
-
See RaylibConstants.RAYLIB_VERSION_MAJOR.
no setter
- RAYLIB_VERSION_MINOR → int
-
See RaylibConstants.RAYLIB_VERSION_MINOR.
no setter
- RAYLIB_VERSION_PATCH → int
-
See RaylibConstants.RAYLIB_VERSION_PATCH.
no setter
-
RestoreWindow
→ WF0<
void> -
See RaylibCore.RestoreWindow.
no setter
-
ResumeAudioStream
→ WF1<
void> -
See RaylibAudio.ResumeAudioStream.
no setter
-
ResumeMusicStream
→ WF1<
void> -
See RaylibAudio.ResumeMusicStream.
no setter
-
ResumeSound
→ WF1<
void> -
See RaylibAudio.ResumeSound.
no setter
- rl → Raylib
-
no setter
- RL_BLEND_COLOR → int
-
See RaylibRlglConstants.RL_BLEND_COLOR.
no setter
- RL_BLEND_DST_ALPHA → int
-
See RaylibRlglConstants.RL_BLEND_DST_ALPHA.
no setter
- RL_BLEND_DST_RGB → int
-
See RaylibRlglConstants.RL_BLEND_DST_RGB.
no setter
- RL_BLEND_EQUATION → int
-
See RaylibRlglConstants.RL_BLEND_EQUATION.
no setter
- RL_BLEND_EQUATION_ALPHA → int
-
See RaylibRlglConstants.RL_BLEND_EQUATION_ALPHA.
no setter
- RL_BLEND_EQUATION_RGB → int
-
See RaylibRlglConstants.RL_BLEND_EQUATION_RGB.
no setter
- RL_BLEND_SRC_ALPHA → int
-
See RaylibRlglConstants.RL_BLEND_SRC_ALPHA.
no setter
- RL_BLEND_SRC_RGB → int
-
See RaylibRlglConstants.RL_BLEND_SRC_RGB.
no setter
- RL_COMPUTE_SHADER → int
-
See RaylibRlglConstants.RL_COMPUTE_SHADER.
no setter
- RL_CONSTANT_ALPHA → int
-
See RaylibRlglConstants.RL_CONSTANT_ALPHA.
no setter
- RL_CONSTANT_COLOR → int
-
See RaylibRlglConstants.RL_CONSTANT_COLOR.
no setter
- RL_CULL_DISTANCE_FAR → double
-
See RaylibRlglConstants.RL_CULL_DISTANCE_FAR.
no setter
- RL_CULL_DISTANCE_NEAR → double
-
See RaylibRlglConstants.RL_CULL_DISTANCE_NEAR.
no setter
- RL_DEFAULT_BATCH_BUFFER_ELEMENTS → int
-
See RaylibRlglConstants.RL_DEFAULT_BATCH_BUFFER_ELEMENTS.
no setter
- RL_DEFAULT_BATCH_BUFFERS → int
-
See RaylibRlglConstants.RL_DEFAULT_BATCH_BUFFERS.
no setter
- RL_DEFAULT_BATCH_DRAWCALLS → int
-
See RaylibRlglConstants.RL_DEFAULT_BATCH_DRAWCALLS.
no setter
- RL_DEFAULT_BATCH_MAX_TEXTURE_UNITS → int
-
See RaylibRlglConstants.RL_DEFAULT_BATCH_MAX_TEXTURE_UNITS.
no setter
- RL_DRAW_FRAMEBUFFER → int
-
See RaylibRlglConstants.RL_DRAW_FRAMEBUFFER.
no setter
- RL_DST_ALPHA → int
-
See RaylibRlglConstants.RL_DST_ALPHA.
no setter
- RL_DST_COLOR → int
-
See RaylibRlglConstants.RL_DST_COLOR.
no setter
- RL_DYNAMIC_COPY → int
-
See RaylibRlglConstants.RL_DYNAMIC_COPY.
no setter
- RL_DYNAMIC_DRAW → int
-
See RaylibRlglConstants.RL_DYNAMIC_DRAW.
no setter
- RL_DYNAMIC_READ → int
-
See RaylibRlglConstants.RL_DYNAMIC_READ.
no setter
- RL_FLOAT → int
-
See RaylibRlglConstants.RL_FLOAT.
no setter
- RL_FRAGMENT_SHADER → int
-
See RaylibRlglConstants.RL_FRAGMENT_SHADER.
no setter
- RL_FUNC_ADD → int
-
See RaylibRlglConstants.RL_FUNC_ADD.
no setter
- RL_FUNC_REVERSE_SUBTRACT → int
-
See RaylibRlglConstants.RL_FUNC_REVERSE_SUBTRACT.
no setter
- RL_FUNC_SUBTRACT → int
-
See RaylibRlglConstants.RL_FUNC_SUBTRACT.
no setter
- RL_LINES → int
-
See RaylibRlglConstants.RL_LINES.
no setter
- RL_MAX → int
-
See RaylibRlglConstants.RL_MAX.
no setter
- RL_MAX_MATRIX_STACK_SIZE → int
-
See RaylibRlglConstants.RL_MAX_MATRIX_STACK_SIZE.
no setter
- RL_MAX_SHADER_LOCATIONS → int
-
See RaylibRlglConstants.RL_MAX_SHADER_LOCATIONS.
no setter
- RL_MIN → int
-
See RaylibRlglConstants.RL_MIN.
no setter
- RL_MODELVIEW → int
-
See RaylibRlglConstants.RL_MODELVIEW.
no setter
- RL_ONE → int
-
See RaylibRlglConstants.RL_ONE.
no setter
- RL_ONE_MINUS_CONSTANT_ALPHA → int
-
See RaylibRlglConstants.RL_ONE_MINUS_CONSTANT_ALPHA.
no setter
- RL_ONE_MINUS_CONSTANT_COLOR → int
-
See RaylibRlglConstants.RL_ONE_MINUS_CONSTANT_COLOR.
no setter
- RL_ONE_MINUS_DST_ALPHA → int
-
See RaylibRlglConstants.RL_ONE_MINUS_DST_ALPHA.
no setter
- RL_ONE_MINUS_DST_COLOR → int
-
See RaylibRlglConstants.RL_ONE_MINUS_DST_COLOR.
no setter
- RL_ONE_MINUS_SRC_ALPHA → int
-
See RaylibRlglConstants.RL_ONE_MINUS_SRC_ALPHA.
no setter
- RL_ONE_MINUS_SRC_COLOR → int
-
See RaylibRlglConstants.RL_ONE_MINUS_SRC_COLOR.
no setter
- RL_PROJECTION → int
-
See RaylibRlglConstants.RL_PROJECTION.
no setter
- RL_QUADS → int
-
See RaylibRlglConstants.RL_QUADS.
no setter
- RL_READ_FRAMEBUFFER → int
-
See RaylibRlglConstants.RL_READ_FRAMEBUFFER.
no setter
- RL_SHADER_LOC_MAP_DIFFUSE → int
-
See RaylibRlglConstants.RL_SHADER_LOC_MAP_DIFFUSE.
no setter
- RL_SHADER_LOC_MAP_SPECULAR → int
-
See RaylibRlglConstants.RL_SHADER_LOC_MAP_SPECULAR.
no setter
- RL_SRC_ALPHA → int
-
See RaylibRlglConstants.RL_SRC_ALPHA.
no setter
- RL_SRC_ALPHA_SATURATE → int
-
See RaylibRlglConstants.RL_SRC_ALPHA_SATURATE.
no setter
- RL_SRC_COLOR → int
-
See RaylibRlglConstants.RL_SRC_COLOR.
no setter
- RL_STATIC_COPY → int
-
See RaylibRlglConstants.RL_STATIC_COPY.
no setter
- RL_STATIC_DRAW → int
-
See RaylibRlglConstants.RL_STATIC_DRAW.
no setter
- RL_STATIC_READ → int
-
See RaylibRlglConstants.RL_STATIC_READ.
no setter
- RL_STREAM_COPY → int
-
See RaylibRlglConstants.RL_STREAM_COPY.
no setter
- RL_STREAM_DRAW → int
-
See RaylibRlglConstants.RL_STREAM_DRAW.
no setter
- RL_STREAM_READ → int
-
See RaylibRlglConstants.RL_STREAM_READ.
no setter
- RL_TEXTURE → int
-
See RaylibRlglConstants.RL_TEXTURE.
no setter
- RL_TEXTURE_FILTER_ANISOTROPIC → int
-
See RaylibRlglConstants.RL_TEXTURE_FILTER_ANISOTROPIC.
no setter
- RL_TEXTURE_FILTER_LINEAR → int
-
See RaylibRlglConstants.RL_TEXTURE_FILTER_LINEAR.
no setter
- RL_TEXTURE_FILTER_LINEAR_MIP_NEAREST → int
-
See RaylibRlglConstants.RL_TEXTURE_FILTER_LINEAR_MIP_NEAREST.
no setter
- RL_TEXTURE_FILTER_MIP_LINEAR → int
-
See RaylibRlglConstants.RL_TEXTURE_FILTER_MIP_LINEAR.
no setter
- RL_TEXTURE_FILTER_MIP_NEAREST → int
-
See RaylibRlglConstants.RL_TEXTURE_FILTER_MIP_NEAREST.
no setter
- RL_TEXTURE_FILTER_NEAREST → int
-
See RaylibRlglConstants.RL_TEXTURE_FILTER_NEAREST.
no setter
- RL_TEXTURE_FILTER_NEAREST_MIP_LINEAR → int
-
See RaylibRlglConstants.RL_TEXTURE_FILTER_NEAREST_MIP_LINEAR.
no setter
- RL_TEXTURE_MAG_FILTER → int
-
See RaylibRlglConstants.RL_TEXTURE_MAG_FILTER.
no setter
- RL_TEXTURE_MIN_FILTER → int
-
See RaylibRlglConstants.RL_TEXTURE_MIN_FILTER.
no setter
- RL_TEXTURE_MIPMAP_BIAS_RATIO → int
-
See RaylibRlglConstants.RL_TEXTURE_MIPMAP_BIAS_RATIO.
no setter
- RL_TEXTURE_WRAP_CLAMP → int
-
See RaylibRlglConstants.RL_TEXTURE_WRAP_CLAMP.
no setter
- RL_TEXTURE_WRAP_MIRROR_CLAMP → int
-
See RaylibRlglConstants.RL_TEXTURE_WRAP_MIRROR_CLAMP.
no setter
- RL_TEXTURE_WRAP_MIRROR_REPEAT → int
-
See RaylibRlglConstants.RL_TEXTURE_WRAP_MIRROR_REPEAT.
no setter
- RL_TEXTURE_WRAP_REPEAT → int
-
See RaylibRlglConstants.RL_TEXTURE_WRAP_REPEAT.
no setter
- RL_TEXTURE_WRAP_S → int
-
See RaylibRlglConstants.RL_TEXTURE_WRAP_S.
no setter
- RL_TEXTURE_WRAP_T → int
-
See RaylibRlglConstants.RL_TEXTURE_WRAP_T.
no setter
- RL_TRIANGLES → int
-
See RaylibRlglConstants.RL_TRIANGLES.
no setter
- RL_UNSIGNED_BYTE → int
-
See RaylibRlglConstants.RL_UNSIGNED_BYTE.
no setter
- RL_VERTEX_SHADER → int
-
See RaylibRlglConstants.RL_VERTEX_SHADER.
no setter
- RL_ZERO → int
-
See RaylibRlglConstants.RL_ZERO.
no setter
-
rlActiveDrawBuffers
→ WF1<
void> -
See RaylibRlgl.rlActiveDrawBuffers.
no setter
-
rlActiveTextureSlot
→ WF1<
void> -
See RaylibRlgl.rlActiveTextureSlot.
no setter
-
rlBegin
→ WF1<
void> -
See RaylibRlgl.rlBegin.
no setter
-
rlBindFramebuffer
→ WF2<
void> -
See RaylibRlgl.rlBindFramebuffer.
no setter
-
rlBindImageTexture
→ WF4<
void> -
See RaylibRlgl.rlBindImageTexture.
no setter
-
rlBindShaderBuffer
→ WF2<
void> -
See RaylibRlgl.rlBindShaderBuffer.
no setter
-
rlBlitFramebuffer
→ WF9<
void> -
See RaylibRlgl.rlBlitFramebuffer.
no setter
-
rlCheckErrors
→ WF0<
void> -
See RaylibRlgl.rlCheckErrors.
no setter
-
rlCheckRenderBatchLimit
→ WF1<
bool> -
See RaylibRlgl.rlCheckRenderBatchLimit.
no setter
-
rlClearColor
→ WF4<
void> -
See RaylibRlgl.rlClearColor.
no setter
-
rlClearScreenBuffers
→ WF0<
void> -
See RaylibRlgl.rlClearScreenBuffers.
no setter
-
rlColor3f
→ WF3<
void> -
See RaylibRlgl.rlColor3f.
no setter
-
rlColor4f
→ WF4<
void> -
See RaylibRlgl.rlColor4f.
no setter
-
rlColor4ub
→ WF4<
void> -
See RaylibRlgl.rlColor4ub.
no setter
-
rlColorMask
→ WF4<
void> -
See RaylibRlgl.rlColorMask.
no setter
-
rlComputeShaderDispatch
→ WF3<
void> -
See RaylibRlgl.rlComputeShaderDispatch.
no setter
-
rlCopyFramebuffer
→ WF6<
void> -
See RaylibRlgl.rlCopyFramebuffer.
no setter
-
rlCopyShaderBuffer
→ WF5<
void> -
See RaylibRlgl.rlCopyShaderBuffer.
no setter
-
rlCubemapParameters
→ WF3<
void> -
See RaylibRlgl.rlCubemapParameters.
no setter
-
rlDisableBackfaceCulling
→ WF0<
void> -
See RaylibRlgl.rlDisableBackfaceCulling.
no setter
-
rlDisableColorBlend
→ WF0<
void> -
See RaylibRlgl.rlDisableColorBlend.
no setter
-
rlDisableDepthMask
→ WF0<
void> -
See RaylibRlgl.rlDisableDepthMask.
no setter
-
rlDisableDepthTest
→ WF0<
void> -
See RaylibRlgl.rlDisableDepthTest.
no setter
-
rlDisableFramebuffer
→ WF0<
void> -
See RaylibRlgl.rlDisableFramebuffer.
no setter
-
rlDisablePointMode
→ WF0<
void> -
See RaylibRlgl.rlDisablePointMode.
no setter
-
rlDisableScissorTest
→ WF0<
void> -
See RaylibRlgl.rlDisableScissorTest.
no setter
-
rlDisableShader
→ WF0<
void> -
See RaylibRlgl.rlDisableShader.
no setter
-
rlDisableSmoothLines
→ WF0<
void> -
See RaylibRlgl.rlDisableSmoothLines.
no setter
-
rlDisableStatePointer
→ WF1<
void> -
See RaylibRlgl.rlDisableStatePointer.
no setter
-
rlDisableStereoRender
→ WF0<
void> -
See RaylibRlgl.rlDisableStereoRender.
no setter
-
rlDisableTexture
→ WF0<
void> -
See RaylibRlgl.rlDisableTexture.
no setter
-
rlDisableTextureCubemap
→ WF0<
void> -
See RaylibRlgl.rlDisableTextureCubemap.
no setter
-
rlDisableVertexArray
→ WF0<
void> -
See RaylibRlgl.rlDisableVertexArray.
no setter
-
rlDisableVertexAttribute
→ WF1<
void> -
See RaylibRlgl.rlDisableVertexAttribute.
no setter
-
rlDisableVertexBuffer
→ WF0<
void> -
See RaylibRlgl.rlDisableVertexBuffer.
no setter
-
rlDisableVertexBufferElement
→ WF0<
void> -
See RaylibRlgl.rlDisableVertexBufferElement.
no setter
-
rlDisableWireMode
→ WF0<
void> -
See RaylibRlgl.rlDisableWireMode.
no setter
-
rlDrawRenderBatch
→ WF1<
void> -
See RaylibRlgl.rlDrawRenderBatch.
no setter
-
rlDrawRenderBatchActive
→ WF0<
void> -
See RaylibRlgl.rlDrawRenderBatchActive.
no setter
-
rlDrawVertexArray
→ WF2<
void> -
See RaylibRlgl.rlDrawVertexArray.
no setter
-
rlDrawVertexArrayElements
→ WF3<
void> -
See RaylibRlgl.rlDrawVertexArrayElements.
no setter
-
rlDrawVertexArrayElementsInstanced
→ WF4<
void> -
See RaylibRlgl.rlDrawVertexArrayElementsInstanced.
no setter
-
rlDrawVertexArrayInstanced
→ WF3<
void> -
See RaylibRlgl.rlDrawVertexArrayInstanced.
no setter
-
rlEnableBackfaceCulling
→ WF0<
void> -
See RaylibRlgl.rlEnableBackfaceCulling.
no setter
-
rlEnableColorBlend
→ WF0<
void> -
See RaylibRlgl.rlEnableColorBlend.
no setter
-
rlEnableDepthMask
→ WF0<
void> -
See RaylibRlgl.rlEnableDepthMask.
no setter
-
rlEnableDepthTest
→ WF0<
void> -
See RaylibRlgl.rlEnableDepthTest.
no setter
-
rlEnableFramebuffer
→ WF1<
void> -
See RaylibRlgl.rlEnableFramebuffer.
no setter
-
rlEnablePointMode
→ WF0<
void> -
See RaylibRlgl.rlEnablePointMode.
no setter
-
rlEnableScissorTest
→ WF0<
void> -
See RaylibRlgl.rlEnableScissorTest.
no setter
-
rlEnableShader
→ WF1<
void> -
See RaylibRlgl.rlEnableShader.
no setter
-
rlEnableSmoothLines
→ WF0<
void> -
See RaylibRlgl.rlEnableSmoothLines.
no setter
-
rlEnableStatePointer
→ WF2<
void> -
See RaylibRlgl.rlEnableStatePointer.
no setter
-
rlEnableStereoRender
→ WF0<
void> -
See RaylibRlgl.rlEnableStereoRender.
no setter
-
rlEnableTexture
→ WF1<
void> -
See RaylibRlgl.rlEnableTexture.
no setter
-
rlEnableTextureCubemap
→ WF1<
void> -
See RaylibRlgl.rlEnableTextureCubemap.
no setter
-
rlEnableVertexArray
→ WF1<
bool> -
See RaylibRlgl.rlEnableVertexArray.
no setter
-
rlEnableVertexAttribute
→ WF1<
void> -
See RaylibRlgl.rlEnableVertexAttribute.
no setter
-
rlEnableVertexBuffer
→ WF1<
void> -
See RaylibRlgl.rlEnableVertexBuffer.
no setter
-
rlEnableVertexBufferElement
→ WF1<
void> -
See RaylibRlgl.rlEnableVertexBufferElement.
no setter
-
rlEnableWireMode
→ WF0<
void> -
See RaylibRlgl.rlEnableWireMode.
no setter
-
rlEnd
→ WF0<
void> -
See RaylibRlgl.rlEnd.
no setter
-
rlFramebufferAttach
→ WF5<
void> -
See RaylibRlgl.rlFramebufferAttach.
no setter
-
rlFramebufferComplete
→ WF1<
bool> -
See RaylibRlgl.rlFramebufferComplete.
no setter
-
rlFrustum
→ WF6<
void> -
See RaylibRlgl.rlFrustum.
no setter
-
rlGenTextureMipmaps
→ WF5<
void> -
See RaylibRlgl.rlGenTextureMipmaps.
no setter
-
rlGetActiveFramebuffer
→ WF0<
int> -
See RaylibRlgl.rlGetActiveFramebuffer.
no setter
-
rlGetCullDistanceFar
→ WF0<
double> -
See RaylibRlgl.rlGetCullDistanceFar.
no setter
-
rlGetCullDistanceNear
→ WF0<
double> -
See RaylibRlgl.rlGetCullDistanceNear.
no setter
-
rlGetFramebufferHeight
→ WF0<
int> -
See RaylibRlgl.rlGetFramebufferHeight.
no setter
-
rlGetFramebufferWidth
→ WF0<
int> -
See RaylibRlgl.rlGetFramebufferWidth.
no setter
-
rlGetGlTextureFormats
→ WF4<
void> -
See RaylibRlgl.rlGetGlTextureFormats.
no setter
-
rlGetLineWidth
→ WF0<
double> -
See RaylibRlgl.rlGetLineWidth.
no setter
-
rlGetLocationAttrib
→ WF2<
int> -
See RaylibRlgl.rlGetLocationAttrib.
no setter
-
rlGetLocationUniform
→ WF2<
int> -
See RaylibRlgl.rlGetLocationUniform.
no setter
-
rlGetMatrixModelview
→ WF1<
void> -
See RaylibRlgl.rlGetMatrixModelview.
no setter
-
rlGetMatrixProjection
→ WF1<
void> -
See RaylibRlgl.rlGetMatrixProjection.
no setter
-
rlGetMatrixProjectionStereo
→ WF2<
void> -
See RaylibRlgl.rlGetMatrixProjectionStereo.
no setter
-
rlGetMatrixTransform
→ WF1<
void> -
See RaylibRlgl.rlGetMatrixTransform.
no setter
-
rlGetMatrixViewOffsetStereo
→ WF2<
void> -
See RaylibRlgl.rlGetMatrixViewOffsetStereo.
no setter
-
rlGetPixelFormatName
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibRlgl.rlGetPixelFormatName.
no setter
-
rlGetPointSize
→ WF0<
double> -
See RaylibRlgl.rlGetPointSize.
no setter
-
rlGetProcAddress
→ WF1<
WasmMemoryPointer< RVoid> > -
See RaylibRlgl.rlGetProcAddress.
no setter
-
rlGetShaderBufferSize
→ WF1<
int> -
See RaylibRlgl.rlGetShaderBufferSize.
no setter
-
rlGetShaderIdDefault
→ WF0<
int> -
See RaylibRlgl.rlGetShaderIdDefault.
no setter
-
rlGetShaderLocsDefault
→ WF0<
WasmMemoryPointer< RInt> > -
See RaylibRlgl.rlGetShaderLocsDefault.
no setter
-
rlGetTextureIdDefault
→ WF0<
int> -
See RaylibRlgl.rlGetTextureIdDefault.
no setter
-
rlGetVersion
→ WF0<
int> -
See RaylibRlgl.rlGetVersion.
no setter
- RLGL_VERSION → String
-
See RaylibRlglConstants.RLGL_VERSION.
no setter
-
rlglClose
→ WF0<
void> -
See RaylibRlgl.rlglClose.
no setter
-
rlglInit
→ WF2<
void> -
See RaylibRlgl.rlglInit.
no setter
-
rlIsStereoRenderEnabled
→ WF0<
bool> -
See RaylibRlgl.rlIsStereoRenderEnabled.
no setter
-
rlLoadDrawCube
→ WF0<
void> -
See RaylibRlgl.rlLoadDrawCube.
no setter
-
rlLoadDrawQuad
→ WF0<
void> -
See RaylibRlgl.rlLoadDrawQuad.
no setter
-
rlLoadExtensions
→ WF1<
void> -
See RaylibRlgl.rlLoadExtensions.
no setter
-
rlLoadFramebuffer
→ WF0<
int> -
See RaylibRlgl.rlLoadFramebuffer.
no setter
-
rlLoadIdentity
→ WF0<
void> -
See RaylibRlgl.rlLoadIdentity.
no setter
-
rlLoadRenderBatch
→ WF3<
void> -
See RaylibRlgl.rlLoadRenderBatch.
no setter
-
rlLoadShader
→ WF2<
int> -
See RaylibRlgl.rlLoadShader.
no setter
-
rlLoadShaderBuffer
→ WF3<
int> -
See RaylibRlgl.rlLoadShaderBuffer.
no setter
-
rlLoadShaderProgram
→ WF2<
int> -
See RaylibRlgl.rlLoadShaderProgram.
no setter
-
rlLoadShaderProgramCompute
→ WF1<
int> -
See RaylibRlgl.rlLoadShaderProgramCompute.
no setter
-
rlLoadShaderProgramEx
→ WF2<
int> -
See RaylibRlgl.rlLoadShaderProgramEx.
no setter
-
rlLoadTexture
→ WF5<
int> -
See RaylibRlgl.rlLoadTexture.
no setter
-
rlLoadTextureCubemap
→ WF4<
int> -
See RaylibRlgl.rlLoadTextureCubemap.
no setter
-
rlLoadTextureDepth
→ WF3<
int> -
See RaylibRlgl.rlLoadTextureDepth.
no setter
-
rlLoadVertexArray
→ WF0<
int> -
See RaylibRlgl.rlLoadVertexArray.
no setter
-
rlLoadVertexBuffer
→ WF3<
int> -
See RaylibRlgl.rlLoadVertexBuffer.
no setter
-
rlLoadVertexBufferElement
→ WF3<
int> -
See RaylibRlgl.rlLoadVertexBufferElement.
no setter
-
rlMatrixMode
→ WF1<
void> -
See RaylibRlgl.rlMatrixMode.
no setter
-
rlMultMatrixf
→ WF1<
void> -
See RaylibRlgl.rlMultMatrixf.
no setter
-
rlNormal3f
→ WF3<
void> -
See RaylibRlgl.rlNormal3f.
no setter
-
rlOrtho
→ WF6<
void> -
See RaylibRlgl.rlOrtho.
no setter
-
rlPopMatrix
→ WF0<
void> -
See RaylibRlgl.rlPopMatrix.
no setter
-
rlPushMatrix
→ WF0<
void> -
See RaylibRlgl.rlPushMatrix.
no setter
-
rlReadScreenPixels
→ WF2<
WasmMemoryPointer< RUnsignedChar> > -
See RaylibRlgl.rlReadScreenPixels.
no setter
-
rlReadShaderBuffer
→ WF4<
void> -
See RaylibRlgl.rlReadShaderBuffer.
no setter
-
rlReadTexturePixels
→ WF4<
WasmMemoryPointer< RVoid> > -
See RaylibRlgl.rlReadTexturePixels.
no setter
-
rlResizeFramebuffer
→ WF2<
void> -
See RaylibRlgl.rlResizeFramebuffer.
no setter
-
rlRotatef
→ WF4<
void> -
See RaylibRlgl.rlRotatef.
no setter
-
rlScalef
→ WF3<
void> -
See RaylibRlgl.rlScalef.
no setter
-
rlScissor
→ WF4<
void> -
See RaylibRlgl.rlScissor.
no setter
-
rlSetBlendFactors
→ WF3<
void> -
See RaylibRlgl.rlSetBlendFactors.
no setter
-
rlSetBlendFactorsSeparate
→ WF6<
void> -
See RaylibRlgl.rlSetBlendFactorsSeparate.
no setter
-
rlSetBlendMode
→ WF1<
void> -
See RaylibRlgl.rlSetBlendMode.
no setter
-
rlSetClipPlanes
→ WF2<
void> -
See RaylibRlgl.rlSetClipPlanes.
no setter
-
rlSetCullFace
→ WF1<
void> -
See RaylibRlgl.rlSetCullFace.
no setter
-
rlSetFramebufferHeight
→ WF1<
void> -
See RaylibRlgl.rlSetFramebufferHeight.
no setter
-
rlSetFramebufferWidth
→ WF1<
void> -
See RaylibRlgl.rlSetFramebufferWidth.
no setter
-
rlSetLineWidth
→ WF1<
void> -
See RaylibRlgl.rlSetLineWidth.
no setter
-
rlSetMatrixModelview
→ WF1<
void> -
See RaylibRlgl.rlSetMatrixModelview.
no setter
-
rlSetMatrixProjection
→ WF1<
void> -
See RaylibRlgl.rlSetMatrixProjection.
no setter
-
rlSetMatrixProjectionStereo
→ WF2<
void> -
See RaylibRlgl.rlSetMatrixProjectionStereo.
no setter
-
rlSetMatrixViewOffsetStereo
→ WF2<
void> -
See RaylibRlgl.rlSetMatrixViewOffsetStereo.
no setter
-
rlSetPointSize
→ WF1<
void> -
See RaylibRlgl.rlSetPointSize.
no setter
-
rlSetRenderBatchActive
→ WF1<
void> -
See RaylibRlgl.rlSetRenderBatchActive.
no setter
-
rlSetShader
→ WF2<
void> -
See RaylibRlgl.rlSetShader.
no setter
-
rlSetTexture
→ WF1<
void> -
See RaylibRlgl.rlSetTexture.
no setter
-
rlSetUniform
→ WF4<
void> -
See RaylibRlgl.rlSetUniform.
no setter
-
rlSetUniformMatrices
→ WF3<
void> -
See RaylibRlgl.rlSetUniformMatrices.
no setter
-
rlSetUniformMatrix
→ WF2<
void> -
See RaylibRlgl.rlSetUniformMatrix.
no setter
-
rlSetUniformSampler
→ WF2<
void> -
See RaylibRlgl.rlSetUniformSampler.
no setter
-
rlSetVertexAttribute
→ WF6<
void> -
See RaylibRlgl.rlSetVertexAttribute.
no setter
-
rlSetVertexAttributeDefault
→ WF4<
void> -
See RaylibRlgl.rlSetVertexAttributeDefault.
no setter
-
rlSetVertexAttributeDivisor
→ WF2<
void> -
See RaylibRlgl.rlSetVertexAttributeDivisor.
no setter
-
rlTexCoord2f
→ WF2<
void> -
See RaylibRlgl.rlTexCoord2f.
no setter
-
rlTextureParameters
→ WF3<
void> -
See RaylibRlgl.rlTextureParameters.
no setter
-
rlTranslatef
→ WF3<
void> -
See RaylibRlgl.rlTranslatef.
no setter
-
rlUnloadFramebuffer
→ WF1<
void> -
See RaylibRlgl.rlUnloadFramebuffer.
no setter
-
rlUnloadRenderBatch
→ WF1<
void> -
See RaylibRlgl.rlUnloadRenderBatch.
no setter
-
rlUnloadShader
→ WF1<
void> -
See RaylibRlgl.rlUnloadShader.
no setter
-
rlUnloadShaderBuffer
→ WF1<
void> -
See RaylibRlgl.rlUnloadShaderBuffer.
no setter
-
rlUnloadShaderProgram
→ WF1<
void> -
See RaylibRlgl.rlUnloadShaderProgram.
no setter
-
rlUnloadTexture
→ WF1<
void> -
See RaylibRlgl.rlUnloadTexture.
no setter
-
rlUnloadVertexArray
→ WF1<
void> -
See RaylibRlgl.rlUnloadVertexArray.
no setter
-
rlUnloadVertexBuffer
→ WF1<
void> -
See RaylibRlgl.rlUnloadVertexBuffer.
no setter
-
rlUpdateShaderBuffer
→ WF4<
void> -
See RaylibRlgl.rlUpdateShaderBuffer.
no setter
-
rlUpdateTexture
→ WF7<
void> -
See RaylibRlgl.rlUpdateTexture.
no setter
-
rlUpdateVertexBuffer
→ WF4<
void> -
See RaylibRlgl.rlUpdateVertexBuffer.
no setter
-
rlUpdateVertexBufferElements
→ WF4<
void> -
See RaylibRlgl.rlUpdateVertexBufferElements.
no setter
-
rlVertex2f
→ WF2<
void> -
See RaylibRlgl.rlVertex2f.
no setter
-
rlVertex2i
→ WF2<
void> -
See RaylibRlgl.rlVertex2i.
no setter
-
rlVertex3f
→ WF3<
void> -
See RaylibRlgl.rlVertex3f.
no setter
-
rlViewport
→ WF4<
void> -
See RaylibRlgl.rlViewport.
no setter
-
SaveFileData
→ WF3<
bool> -
See RaylibCore.SaveFileData.
no setter
-
SaveFileText
→ WF2<
bool> -
See RaylibCore.SaveFileText.
no setter
-
SeekMusicStream
→ WF2<
void> -
See RaylibAudio.SeekMusicStream.
no setter
-
SetAudioStreamBufferSizeDefault
→ WF1<
void> -
See RaylibAudio.SetAudioStreamBufferSizeDefault.
no setter
-
SetAudioStreamCallback
→ WF2<
void> -
See RaylibAudio.SetAudioStreamCallback.
no setter
-
SetAudioStreamPan
→ WF2<
void> -
See RaylibAudio.SetAudioStreamPan.
no setter
-
SetAudioStreamPitch
→ WF2<
void> -
See RaylibAudio.SetAudioStreamPitch.
no setter
-
SetAudioStreamVolume
→ WF2<
void> -
See RaylibAudio.SetAudioStreamVolume.
no setter
-
SetAutomationEventBaseFrame
→ WF1<
void> -
See RaylibCore.SetAutomationEventBaseFrame.
no setter
-
SetAutomationEventList
→ WF1<
void> -
See RaylibCore.SetAutomationEventList.
no setter
-
SetClipboardText
→ WF1<
void> -
See RaylibCore.SetClipboardText.
no setter
-
SetConfigFlags
→ WF1<
void> -
See RaylibCore.SetConfigFlags.
no setter
-
SetExitKey
→ WF1<
void> -
See RaylibCore.SetExitKey.
no setter
-
SetGamepadMappings
→ WF1<
int> -
See RaylibCore.SetGamepadMappings.
no setter
-
SetGamepadVibration
→ WF4<
void> -
See RaylibCore.SetGamepadVibration.
no setter
-
SetGesturesEnabled
→ WF1<
void> -
See RaylibCore.SetGesturesEnabled.
no setter
-
SetLoadFileDataCallback
→ WF1<
void> -
See RaylibCore.SetLoadFileDataCallback.
no setter
-
SetLoadFileTextCallback
→ WF1<
void> -
See RaylibCore.SetLoadFileTextCallback.
no setter
-
SetMasterVolume
→ WF1<
void> -
See RaylibAudio.SetMasterVolume.
no setter
-
SetMaterialTexture
→ WF3<
void> -
See RaylibCore.SetMaterialTexture.
no setter
-
SetModelMeshMaterial
→ WF3<
void> -
See RaylibCore.SetModelMeshMaterial.
no setter
-
SetMouseCursor
→ WF1<
void> -
See RaylibCore.SetMouseCursor.
no setter
-
SetMouseOffset
→ WF2<
void> -
See RaylibCore.SetMouseOffset.
no setter
-
SetMousePosition
→ WF2<
void> -
See RaylibCore.SetMousePosition.
no setter
-
SetMouseScale
→ WF2<
void> -
See RaylibCore.SetMouseScale.
no setter
-
SetMusicPan
→ WF2<
void> -
See RaylibAudio.SetMusicPan.
no setter
-
SetMusicPitch
→ WF2<
void> -
See RaylibAudio.SetMusicPitch.
no setter
-
SetMusicVolume
→ WF2<
void> -
See RaylibAudio.SetMusicVolume.
no setter
-
SetPixelColor
→ WF3<
void> -
See RaylibCore.SetPixelColor.
no setter
-
SetRandomSeed
→ WF1<
void> -
See RaylibCore.SetRandomSeed.
no setter
-
SetSaveFileDataCallback
→ WF1<
void> -
See RaylibCore.SetSaveFileDataCallback.
no setter
-
SetSaveFileTextCallback
→ WF1<
void> -
See RaylibCore.SetSaveFileTextCallback.
no setter
-
SetShaderValue
→ WF4<
void> -
See RaylibCore.SetShaderValue.
no setter
-
SetShaderValueMatrix
→ WF3<
void> -
See RaylibCore.SetShaderValueMatrix.
no setter
-
SetShaderValueTexture
→ WF3<
void> -
See RaylibCore.SetShaderValueTexture.
no setter
-
SetShaderValueV
→ WF5<
void> -
See RaylibCore.SetShaderValueV.
no setter
-
SetShapesTexture
→ WF2<
void> -
See RaylibCore.SetShapesTexture.
no setter
-
SetSoundPan
→ WF2<
void> -
See RaylibAudio.SetSoundPan.
no setter
-
SetSoundPitch
→ WF2<
void> -
See RaylibAudio.SetSoundPitch.
no setter
-
SetSoundVolume
→ WF2<
void> -
See RaylibAudio.SetSoundVolume.
no setter
-
SetTargetFPS
→ WF1<
void> -
See RaylibCore.SetTargetFPS.
no setter
-
SetTextLineSpacing
→ WF1<
void> -
See RaylibCore.SetTextLineSpacing.
no setter
-
SetTextureFilter
→ WF2<
void> -
See RaylibCore.SetTextureFilter.
no setter
-
SetTextureWrap
→ WF2<
void> -
See RaylibCore.SetTextureWrap.
no setter
-
SetTraceLogCallback
→ WF1<
void> -
See RaylibCore.SetTraceLogCallback.
no setter
-
SetTraceLogLevel
→ WF1<
void> -
See RaylibCore.SetTraceLogLevel.
no setter
-
SetWindowFocused
→ WF0<
void> -
See RaylibCore.SetWindowFocused.
no setter
-
SetWindowIcon
→ WF1<
void> -
See RaylibCore.SetWindowIcon.
no setter
-
SetWindowIcons
→ WF2<
void> -
See RaylibCore.SetWindowIcons.
no setter
-
SetWindowMaxSize
→ WF2<
void> -
See RaylibCore.SetWindowMaxSize.
no setter
-
SetWindowMinSize
→ WF2<
void> -
See RaylibCore.SetWindowMinSize.
no setter
-
SetWindowMonitor
→ WF1<
void> -
See RaylibCore.SetWindowMonitor.
no setter
-
SetWindowOpacity
→ WF1<
void> -
See RaylibCore.SetWindowOpacity.
no setter
-
SetWindowPosition
→ WF2<
void> -
See RaylibCore.SetWindowPosition.
no setter
-
SetWindowSize
→ WF2<
void> -
See RaylibCore.SetWindowSize.
no setter
-
SetWindowState
→ WF1<
void> -
See RaylibCore.SetWindowState.
no setter
-
SetWindowTitle
→ WF1<
void> -
See RaylibCore.SetWindowTitle.
no setter
- SHADER_LOC_MAP_DIFFUSE → ShaderLocationIndex
-
See RaylibConstants.SHADER_LOC_MAP_DIFFUSE.
no setter
- SHADER_LOC_MAP_SPECULAR → ShaderLocationIndex
-
See RaylibConstants.SHADER_LOC_MAP_SPECULAR.
no setter
-
ShowCursor
→ WF0<
void> -
See RaylibCore.ShowCursor.
no setter
-
StartAutomationEventRecording
→ WF0<
void> -
See RaylibCore.StartAutomationEventRecording.
no setter
-
StopAudioStream
→ WF1<
void> -
See RaylibAudio.StopAudioStream.
no setter
-
StopAutomationEventRecording
→ WF0<
void> -
See RaylibCore.StopAutomationEventRecording.
no setter
-
StopMusicStream
→ WF1<
void> -
See RaylibAudio.StopMusicStream.
no setter
-
StopSound
→ WF1<
void> -
See RaylibAudio.StopSound.
no setter
-
SwapScreenBuffer
→ WF0<
void> -
See RaylibCore.SwapScreenBuffer.
no setter
-
TakeScreenshot
→ WF1<
void> -
See RaylibCore.TakeScreenshot.
no setter
-
TextAppend
→ WF3<
void> -
See RaylibCore.TextAppend.
no setter
-
TextCopy
→ WF2<
int> -
See RaylibCore.TextCopy.
no setter
-
TextFindIndex
→ WF2<
int> -
See RaylibCore.TextFindIndex.
no setter
-
TextFormat
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextFormat.
no setter
-
TextInsert
→ WF3<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextInsert.
no setter
-
TextInsertAlloc
→ WF3<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextInsertAlloc.
no setter
-
TextIsEqual
→ WF2<
bool> -
See RaylibCore.TextIsEqual.
no setter
-
TextJoin
→ WF3<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextJoin.
no setter
-
TextLength
→ WF1<
int> -
See RaylibCore.TextLength.
no setter
-
TextRemoveSpaces
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextRemoveSpaces.
no setter
-
TextReplace
→ WF3<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextReplace.
no setter
-
TextReplaceAlloc
→ WF3<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextReplaceAlloc.
no setter
-
TextReplaceBetween
→ WF4<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextReplaceBetween.
no setter
-
TextReplaceBetweenAlloc
→ WF4<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextReplaceBetweenAlloc.
no setter
-
TextSplit
→ WF3<
WasmMemoryPointer< RPointer< >RChar> > -
See RaylibCore.TextSplit.
no setter
-
TextSubtext
→ WF3<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextSubtext.
no setter
-
TextToCamel
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextToCamel.
no setter
-
TextToFloat
→ WF1<
double> -
See RaylibCore.TextToFloat.
no setter
-
TextToInteger
→ WF1<
int> -
See RaylibCore.TextToInteger.
no setter
-
TextToLower
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextToLower.
no setter
-
TextToPascal
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextToPascal.
no setter
-
TextToSnake
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextToSnake.
no setter
-
TextToUpper
→ WF1<
WasmMemoryPointer< RChar> > -
See RaylibCore.TextToUpper.
no setter
-
ToggleBorderlessWindowed
→ WF0<
void> -
See RaylibCore.ToggleBorderlessWindowed.
no setter
-
ToggleFullscreen
→ WF0<
void> -
See RaylibCore.ToggleFullscreen.
no setter
-
TraceLog
→ WF2<
void> -
See RaylibCore.TraceLog.
no setter
-
UnloadAudioStream
→ WF1<
void> -
See RaylibAudio.UnloadAudioStream.
no setter
-
UnloadAutomationEventList
→ WF1<
void> -
See RaylibCore.UnloadAutomationEventList.
no setter
-
UnloadCodepoints
→ WF1<
void> -
See RaylibCore.UnloadCodepoints.
no setter
-
UnloadDirectoryFiles
→ WF1<
void> -
See RaylibCore.UnloadDirectoryFiles.
no setter
-
UnloadDroppedFiles
→ WF1<
void> -
See RaylibCore.UnloadDroppedFiles.
no setter
-
UnloadFileData
→ WF1<
void> -
See RaylibCore.UnloadFileData.
no setter
-
UnloadFileText
→ WF1<
void> -
See RaylibCore.UnloadFileText.
no setter
-
UnloadFont
→ WF1<
void> -
See RaylibCore.UnloadFont.
no setter
-
UnloadFontData
→ WF2<
void> -
See RaylibCore.UnloadFontData.
no setter
-
UnloadImage
→ WF1<
void> -
See RaylibCore.UnloadImage.
no setter
-
UnloadImageColors
→ WF1<
void> -
See RaylibCore.UnloadImageColors.
no setter
-
UnloadImagePalette
→ WF1<
void> -
See RaylibCore.UnloadImagePalette.
no setter
-
UnloadMaterial
→ WF1<
void> -
See RaylibCore.UnloadMaterial.
no setter
-
UnloadMesh
→ WF1<
void> -
See RaylibCore.UnloadMesh.
no setter
-
UnloadModel
→ WF1<
void> -
See RaylibCore.UnloadModel.
no setter
-
UnloadModelAnimations
→ WF2<
void> -
See RaylibCore.UnloadModelAnimations.
no setter
-
UnloadMusicStream
→ WF1<
void> -
See RaylibAudio.UnloadMusicStream.
no setter
-
UnloadRandomSequence
→ WF1<
void> -
See RaylibCore.UnloadRandomSequence.
no setter
-
UnloadRenderTexture
→ WF1<
void> -
See RaylibCore.UnloadRenderTexture.
no setter
-
UnloadShader
→ WF1<
void> -
See RaylibCore.UnloadShader.
no setter
-
UnloadSound
→ WF1<
void> -
See RaylibAudio.UnloadSound.
no setter
-
UnloadSoundAlias
→ WF1<
void> -
See RaylibAudio.UnloadSoundAlias.
no setter
-
UnloadTextLines
→ WF2<
void> -
See RaylibCore.UnloadTextLines.
no setter
-
UnloadTexture
→ WF1<
void> -
See RaylibCore.UnloadTexture.
no setter
-
UnloadUTF8
→ WF1<
void> -
See RaylibCore.UnloadUTF8.
no setter
-
UnloadVrStereoConfig
→ WF1<
void> -
See RaylibCore.UnloadVrStereoConfig.
no setter
-
UnloadWave
→ WF1<
void> -
See RaylibAudio.UnloadWave.
no setter
-
UnloadWaveSamples
→ WF1<
void> -
See RaylibAudio.UnloadWaveSamples.
no setter
-
UpdateAudioStream
→ WF3<
void> -
See RaylibAudio.UpdateAudioStream.
no setter
-
UpdateCamera
→ WF2<
void> -
See RaylibCore.UpdateCamera.
no setter
-
UpdateCameraPro
→ WF4<
void> -
See RaylibCore.UpdateCameraPro.
no setter
-
UpdateGestures
→ WF0<
void> -
See RaylibCore.UpdateGestures.
no setter
-
UpdateLightValues
→ WF2<
void> -
See RaylibLight.UpdateLightValues.
no setter
-
UpdateMeshBuffer
→ WF5<
void> -
See RaylibCore.UpdateMeshBuffer.
no setter
-
UpdateModelAnimation
→ WF3<
void> -
See RaylibCore.UpdateModelAnimation.
no setter
-
UpdateModelAnimationEx
→ WF6<
void> -
See RaylibCore.UpdateModelAnimationEx.
no setter
-
UpdateMusicStream
→ WF1<
void> -
See RaylibAudio.UpdateMusicStream.
no setter
-
UpdateSound
→ WF3<
void> -
See RaylibAudio.UpdateSound.
no setter
-
UpdateTexture
→ WF2<
void> -
See RaylibCore.UpdateTexture.
no setter
-
UpdateTextureRec
→ WF3<
void> -
See RaylibCore.UpdateTextureRec.
no setter
-
UploadMesh
→ WF2<
void> -
See RaylibCore.UploadMesh.
no setter
-
Vector2Add
→ WF3<
void> -
See RaylibVector2Ext.Vector2Add.
no setter
-
Vector2AddValue
→ WF3<
void> -
See RaylibVector2Ext.Vector2AddValue.
no setter
-
Vector2Angle
→ WF2<
double> -
See RaylibVector2Ext.Vector2Angle.
no setter
-
Vector2Clamp
→ WF4<
void> -
See RaylibVector2Ext.Vector2Clamp.
no setter
-
Vector2ClampValue
→ WF4<
void> -
See RaylibVector2Ext.Vector2ClampValue.
no setter
-
Vector2CrossProduct
→ WF2<
double> -
See RaylibVector2Ext.Vector2CrossProduct.
no setter
-
Vector2Distance
→ WF2<
double> -
See RaylibVector2Ext.Vector2Distance.
no setter
-
Vector2DistanceSqr
→ WF2<
double> -
See RaylibVector2Ext.Vector2DistanceSqr.
no setter
-
Vector2Divide
→ WF3<
void> -
See RaylibVector2Ext.Vector2Divide.
no setter
-
Vector2DotProduct
→ WF2<
double> -
See RaylibVector2Ext.Vector2DotProduct.
no setter
-
Vector2Equals
→ WF2<
bool> -
See RaylibVector2Ext.Vector2Equals.
no setter
-
Vector2Invert
→ WF2<
void> -
See RaylibVector2Ext.Vector2Invert.
no setter
-
Vector2Length
→ WF1<
double> -
See RaylibVector2Ext.Vector2Length.
no setter
-
Vector2LengthSqr
→ WF1<
double> -
See RaylibVector2Ext.Vector2LengthSqr.
no setter
-
Vector2Lerp
→ WF4<
void> -
See RaylibVector2Ext.Vector2Lerp.
no setter
-
Vector2LineAngle
→ WF2<
double> -
See RaylibVector2Ext.Vector2LineAngle.
no setter
-
Vector2Max
→ WF3<
void> -
See RaylibVector2Ext.Vector2Max.
no setter
-
Vector2Min
→ WF3<
void> -
See RaylibVector2Ext.Vector2Min.
no setter
-
Vector2MoveTowards
→ WF4<
void> -
See RaylibVector2Ext.Vector2MoveTowards.
no setter
-
Vector2Multiply
→ WF3<
void> -
See RaylibVector2Ext.Vector2Multiply.
no setter
-
Vector2Negate
→ WF2<
void> -
See RaylibVector2Ext.Vector2Negate.
no setter
-
Vector2Normalize
→ WF2<
void> -
See RaylibVector2Ext.Vector2Normalize.
no setter
-
Vector2One
→ WF1<
void> -
See RaylibVector2Ext.Vector2One.
no setter
-
Vector2Reflect
→ WF3<
void> -
See RaylibVector2Ext.Vector2Reflect.
no setter
-
Vector2Refract
→ WF4<
void> -
See RaylibVector2Ext.Vector2Refract.
no setter
-
Vector2Rotate
→ WF3<
void> -
See RaylibVector2Ext.Vector2Rotate.
no setter
-
Vector2Scale
→ WF3<
void> -
See RaylibVector2Ext.Vector2Scale.
no setter
-
Vector2Subtract
→ WF3<
void> -
See RaylibVector2Ext.Vector2Subtract.
no setter
-
Vector2SubtractValue
→ WF3<
void> -
See RaylibVector2Ext.Vector2SubtractValue.
no setter
-
Vector2Transform
→ WF3<
void> -
See RaylibVector2Ext.Vector2Transform.
no setter
-
Vector2Zero
→ WF1<
void> -
See RaylibVector2Ext.Vector2Zero.
no setter
-
Vector3Add
→ WF3<
void> -
See RaylibVector3Ext.Vector3Add.
no setter
-
Vector3AddValue
→ WF3<
void> -
See RaylibVector3Ext.Vector3AddValue.
no setter
-
Vector3Angle
→ WF2<
double> -
See RaylibVector3Ext.Vector3Angle.
no setter
-
Vector3Barycenter
→ WF5<
void> -
See RaylibVector3Ext.Vector3Barycenter.
no setter
-
Vector3Clamp
→ WF4<
void> -
See RaylibVector3Ext.Vector3Clamp.
no setter
-
Vector3ClampValue
→ WF4<
void> -
See RaylibVector3Ext.Vector3ClampValue.
no setter
-
Vector3CrossProduct
→ WF3<
void> -
See RaylibVector3Ext.Vector3CrossProduct.
no setter
-
Vector3CubicHermite
→ WF6<
void> -
See RaylibVector3Ext.Vector3CubicHermite.
no setter
-
Vector3Distance
→ WF2<
double> -
See RaylibVector3Ext.Vector3Distance.
no setter
-
Vector3DistanceSqr
→ WF2<
double> -
See RaylibVector3Ext.Vector3DistanceSqr.
no setter
-
Vector3Divide
→ WF3<
void> -
See RaylibVector3Ext.Vector3Divide.
no setter
-
Vector3DotProduct
→ WF2<
double> -
See RaylibVector3Ext.Vector3DotProduct.
no setter
-
Vector3Equals
→ WF2<
bool> -
See RaylibVector3Ext.Vector3Equals.
no setter
-
Vector3Invert
→ WF2<
void> -
See RaylibVector3Ext.Vector3Invert.
no setter
-
Vector3Length
→ WF1<
double> -
See RaylibVector3Ext.Vector3Length.
no setter
-
Vector3LengthSqr
→ WF1<
double> -
See RaylibVector3Ext.Vector3LengthSqr.
no setter
-
Vector3Lerp
→ WF4<
void> -
See RaylibVector3Ext.Vector3Lerp.
no setter
-
Vector3Max
→ WF3<
void> -
See RaylibVector3Ext.Vector3Max.
no setter
-
Vector3Min
→ WF3<
void> -
See RaylibVector3Ext.Vector3Min.
no setter
-
Vector3MoveTowards
→ WF4<
void> -
See RaylibVector3Ext.Vector3MoveTowards.
no setter
-
Vector3Multiply
→ WF3<
void> -
See RaylibVector3Ext.Vector3Multiply.
no setter
-
Vector3Negate
→ WF2<
void> -
See RaylibVector3Ext.Vector3Negate.
no setter
-
Vector3Normalize
→ WF2<
void> -
See RaylibVector3Ext.Vector3Normalize.
no setter
-
Vector3One
→ WF1<
void> -
See RaylibVector3Ext.Vector3One.
no setter
-
Vector3OrthoNormalize
→ WF2<
void> -
See RaylibVector3Ext.Vector3OrthoNormalize.
no setter
-
Vector3Perpendicular
→ WF2<
void> -
See RaylibVector3Ext.Vector3Perpendicular.
no setter
-
Vector3Project
→ WF3<
void> -
See RaylibVector3Ext.Vector3Project.
no setter
-
Vector3Reflect
→ WF3<
void> -
See RaylibVector3Ext.Vector3Reflect.
no setter
-
Vector3Refract
→ WF4<
void> -
See RaylibVector3Ext.Vector3Refract.
no setter
-
Vector3Reject
→ WF3<
void> -
See RaylibVector3Ext.Vector3Reject.
no setter
-
Vector3RotateByAxisAngle
→ WF4<
void> -
See RaylibVector3Ext.Vector3RotateByAxisAngle.
no setter
-
Vector3RotateByQuaternion
→ WF3<
void> -
See RaylibVector3Ext.Vector3RotateByQuaternion.
no setter
-
Vector3Scale
→ WF3<
void> -
See RaylibVector3Ext.Vector3Scale.
no setter
-
Vector3Subtract
→ WF3<
void> -
See RaylibVector3Ext.Vector3Subtract.
no setter
-
Vector3SubtractValue
→ WF3<
void> -
See RaylibVector3Ext.Vector3SubtractValue.
no setter
-
Vector3ToFloatV
→ WF2<
void> -
See RaylibVector3Ext.Vector3ToFloatV.
no setter
-
Vector3Transform
→ WF3<
void> -
See RaylibVector3Ext.Vector3Transform.
no setter
-
Vector3Unproject
→ WF4<
void> -
See RaylibVector3Ext.Vector3Unproject.
no setter
-
Vector3Zero
→ WF1<
void> -
See RaylibVector3Ext.Vector3Zero.
no setter
-
Vector4Add
→ WF3<
void> -
See RaylibVector4Ext.Vector4Add.
no setter
-
Vector4AddValue
→ WF3<
void> -
See RaylibVector4Ext.Vector4AddValue.
no setter
-
Vector4Distance
→ WF2<
double> -
See RaylibVector4Ext.Vector4Distance.
no setter
-
Vector4DistanceSqr
→ WF2<
double> -
See RaylibVector4Ext.Vector4DistanceSqr.
no setter
-
Vector4Divide
→ WF3<
void> -
See RaylibVector4Ext.Vector4Divide.
no setter
-
Vector4DotProduct
→ WF2<
double> -
See RaylibVector4Ext.Vector4DotProduct.
no setter
-
Vector4Equals
→ WF2<
bool> -
See RaylibVector4Ext.Vector4Equals.
no setter
-
Vector4Invert
→ WF2<
void> -
See RaylibVector4Ext.Vector4Invert.
no setter
-
Vector4Length
→ WF1<
double> -
See RaylibVector4Ext.Vector4Length.
no setter
-
Vector4LengthSqr
→ WF1<
double> -
See RaylibVector4Ext.Vector4LengthSqr.
no setter
-
Vector4Lerp
→ WF4<
void> -
See RaylibVector4Ext.Vector4Lerp.
no setter
-
Vector4Max
→ WF3<
void> -
See RaylibVector4Ext.Vector4Max.
no setter
-
Vector4Min
→ WF3<
void> -
See RaylibVector4Ext.Vector4Min.
no setter
-
Vector4MoveTowards
→ WF4<
void> -
See RaylibVector4Ext.Vector4MoveTowards.
no setter
-
Vector4Multiply
→ WF3<
void> -
See RaylibVector4Ext.Vector4Multiply.
no setter
-
Vector4Negate
→ WF2<
void> -
See RaylibVector4Ext.Vector4Negate.
no setter
-
Vector4Normalize
→ WF2<
void> -
See RaylibVector4Ext.Vector4Normalize.
no setter
-
Vector4One
→ WF1<
void> -
See RaylibVector4Ext.Vector4One.
no setter
-
Vector4Scale
→ WF3<
void> -
See RaylibVector4Ext.Vector4Scale.
no setter
-
Vector4Subtract
→ WF3<
void> -
See RaylibVector4Ext.Vector4Subtract.
no setter
-
Vector4SubtractValue
→ WF3<
void> -
See RaylibVector4Ext.Vector4SubtractValue.
no setter
-
Vector4Zero
→ WF1<
void> -
See RaylibVector4Ext.Vector4Zero.
no setter
-
WaitTime
→ WF1<
void> -
See RaylibCore.WaitTime.
no setter
-
WaveCopy
→ WF2<
void> -
See RaylibAudio.WaveCopy.
no setter
-
WaveCrop
→ WF3<
void> -
See RaylibAudio.WaveCrop.
no setter
-
WaveFormat
→ WF4<
void> -
See RaylibAudio.WaveFormat.
no setter
-
WindowShouldClose
→ WF0<
bool> -
See RaylibCore.WindowShouldClose.
no setter
Functions
-
bootMemoryBackend(
) → void -
Clamp(
num value, num min, num max) → double - See RaylibFunctions.Clamp.
-
CloseWindowAndDispose(
) → void - See RaylibBase.CloseWindowAndDispose.
-
disposeRaylib(
) → void - See RaylibBase.dispose.
-
emscripten_fs_downloadFile(
String file, String downloadAs) → void -
FloatEquals(
double x, double y) → bool - See RaylibFunctions.FloatEquals.
-
getModule<
T extends RaylibModule< (RaylibBase> >) → T - See RaylibBase.module.
-
Lerp(
num start, num end, num amount) → double - See RaylibFunctions.Lerp.
-
Normalize(
num value, num start, num end) → double - See RaylibFunctions.Normalize.
-
registerModule<
T extends RaylibModule< (RaylibBase> >T module) → T - See RaylibBase.registerModule.
-
Remap(
num value, num inputStart, num inputEnd, num outputStart, num outputEnd) → double - See RaylibFunctions.Remap.
-
runRaylib(
RaylibAppBase< Raylib> app, {String? nativeLibPath, bool silent = false}) → void -
Runs
appon the wasm raylib backend until it closes. -
swap16(
int v) → int -
swap32(
int v) → int -
swap64(
int v) → int -
swap8(
int v) → int -
Wrap(
num value, num min, num max) → double - See RaylibFunctions.Wrap.
Typedefs
-
AudioCallbackFunction
= void Function(MemoryPointer<
RVoid> bufferData, int frames) -
User-facing
AudioCallbacksignature. -
LoadFileDataCallbackFriendlyFunction
= MemoryPointer<
RUint8> Function(String fileName, MemoryPointer<RInt32> dataSize) -
LoadFileDataCallbackFunction
= MemoryPointer<
RUint8> Function(MemoryPointer<RInt8> fileName, MemoryPointer<RInt32> dataSize) -
User-facing
LoadFileDataCallbacksignature. - LoadFileTextCallbackFriendlyFunction = String Function(String fileName)
-
LoadFileTextCallbackFunction
= MemoryPointer<
RInt8> Function(MemoryPointer<RInt8> fileName) -
User-facing
LoadFileTextCallbacksignature. -
MsfGifFileWriteFunction
= int Function(MemoryPointer<
RVoid> buffer, int size, int count, MemoryPointer<RVoid> stream) -
User-facing
MsfGifFileWriteFuncsignature. - RChar = RInt8
-
C
char. Alias for RInt8. - RDouble = RFloat64
-
C
double. Alias for RFloat64. - RFloat = RFloat32
-
C
float. Alias for RFloat32. - RInt = RInt32
-
C
int. Alias for RInt32. - RShort = RInt16
-
C
short. Alias for RInt16. - RUnsignedChar = RUint8
-
C
unsigned char. Alias for RUint8. - RUnsignedInt = RUint32
-
C
unsigned int. Alias for RUint32. - RUnsignedShort = RUint16
-
C
unsigned short. Alias for RUint16. -
SaveFileDataCallbackFriendlyFunction
= bool Function(String fileName, MemoryPointer<
RVoid> data, int dataSize) -
SaveFileDataCallbackFunction
= bool Function(MemoryPointer<
RInt8> fileName, MemoryPointer<RVoid> data, int dataSize) -
User-facing
SaveFileDataCallbacksignature. - SaveFileTextCallbackFriendlyFunction = bool Function(String fileName, String text)
-
SaveFileTextCallbackFunction
= bool Function(MemoryPointer<
RInt8> fileName, MemoryPointer<RInt8> text) -
User-facing
SaveFileTextCallbacksignature. -
StructFactory<
D extends RaylibStruct< D> > = D Function({StructPointer<D> ? op}) -
StructLiveListStruct<
E extends RaylibStruct< E> > = StructLiveList<E, RStruct> -
StructLiveListStructNested<
E extends RaylibStruct< E> > = StructLiveList<StructLiveList< E, RStruct> , RPointer<RStruct> > -
StructPointerFactory<
D extends RaylibStruct< D> > = StructPointer<D> Function(MemoryPointer<RType> ?) - TraceLogCallbackFriendlyFunction = void Function(TraceLogLevel logLevel, String text)
-
TraceLogCallbackFunction
= void Function(int logLevel, MemoryPointer<
RInt8> text, MemoryPointer<RVoid> args) -
User-facing
TraceLogCallbacksignature. -
WF0<
R> = R Function() -
WF1<
R> = R Function(WN) -
WF2<
R> = R Function(WN, WN) -
WF3<
R> = R Function(WN, WN, WN) -
WF4<
R> = R Function(WN, WN, WN, WN) -
WF5<
R> = R Function(WN, WN, WN, WN, WN) -
WF6<
R> = R Function(WN, WN, WN, WN, WN, WN) -
WF7<
R> = R Function(WN, WN, WN, WN, WN, WN, WN) -
WF8<
R> = R Function(WN, WN, WN, WN, WN, WN, WN, WN) -
WF9<
R> = R Function(WN, WN, WN, WN, WN, WN, WN, WN, WN) - WN = JSAny