RaylibCoreModuleDebugLabels class
Produces human-readable debug strings for each Core module function call, logged to the console when debug output is enabled.
- Inheritance
-
- Object
- RaylibDebugLabelsBase
- RaylibCoreModuleDebugLabels
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
BeginBlendMode(
BlendMode mode) → String - Label for RaylibCoreModuleBase.BeginBlendMode.
-
BeginDrawing(
) → String - Label for RaylibCoreModuleBase.BeginDrawing.
-
BeginMode2D(
Camera2DBase< Camera2DBase< camera) → Stringdynamic, Vector2Base< , Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.BeginMode2D.
-
BeginMode3D(
Camera3DBase< Camera3DBase< camera) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.BeginMode3D.
-
BeginScissorMode(
num x, num y, num width, num height) → String - Label for RaylibCoreModuleBase.BeginScissorMode.
-
BeginShaderMode(
ShaderBase< ShaderBase> shader) → String - Label for RaylibCoreModuleBase.BeginShaderMode.
-
BeginTextureMode(
RenderTextureBase< RenderTextureBase< target) → Stringdynamic, TextureBase> , TextureBase> - Label for RaylibCoreModuleBase.BeginTextureMode.
-
BeginVrStereoMode(
VrStereoConfigBase< VrStereoConfigBase< config) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.BeginVrStereoMode.
-
ChangeDirectory(
String dir) → String - Label for RaylibCoreModuleBase.ChangeDirectory.
-
CheckCollisionBoxes(
BoundingBoxBase< BoundingBoxBase< box1, BoundingBoxBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>BoundingBoxBase< box2) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.CheckCollisionBoxes.
-
CheckCollisionBoxSphere(
BoundingBoxBase< BoundingBoxBase< box, Vector3Base<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> center, num radius) → String - Label for RaylibCoreModuleBase.CheckCollisionBoxSphere.
-
CheckCollisionCircleLine(
Vector2Base< Vector2Base< center, num radius, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p2) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.CheckCollisionCircleLine.
-
CheckCollisionCircleRec(
Vector2Base< Vector2Base< center, num radius, RectangleBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>RectangleBase> rec) → String - Label for RaylibCoreModuleBase.CheckCollisionCircleRec.
-
CheckCollisionCircles(
Vector2Base< Vector2Base< center1, num radius1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< center2, num radius2) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.CheckCollisionCircles.
-
CheckCollisionLines(
Vector2Base< Vector2Base< startPos1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< endPos1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< startPos2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< endPos2) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.CheckCollisionLines.
-
CheckCollisionPointCircle(
Vector2Base< Vector2Base< point, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< center, num radius) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.CheckCollisionPointCircle.
-
CheckCollisionPointLine(
Vector2Base< Vector2Base< point, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p2, num threshold) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.CheckCollisionPointLine.
-
CheckCollisionPointPoly(
Vector2Base< Vector2Base< point, List<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< points) → StringVector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.CheckCollisionPointPoly.
-
CheckCollisionPointRec(
Vector2Base< Vector2Base< point, RectangleBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>RectangleBase> rec) → String - Label for RaylibCoreModuleBase.CheckCollisionPointRec.
-
CheckCollisionPointTriangle(
Vector2Base< Vector2Base< point, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p3) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.CheckCollisionPointTriangle.
-
CheckCollisionRecs(
RectangleBase< RectangleBase> rec1, RectangleBase<RectangleBase> rec2) → String - Label for RaylibCoreModuleBase.CheckCollisionRecs.
-
CheckCollisionSpheres(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> center1, num radius1, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> center2, num radius2) → String - Label for RaylibCoreModuleBase.CheckCollisionSpheres.
-
ClearBackground(
ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.ClearBackground.
-
ClearWindowState(
Iterable< ConfigFlags> flags) → String - Label for RaylibCoreModuleBase.ClearWindowState.
-
CloseWindow(
) → String - Label for RaylibCoreModuleBase.CloseWindow.
-
CodepointToUTF8(
num codepoint) → String - Label for RaylibCoreModuleBase.CodepointToUTF8.
-
ColorAlpha(
ColorBase< ColorBase> color, num alpha) → String - Label for RaylibCoreModuleBase.ColorAlpha.
-
ColorAlphaBlend(
ColorBase< ColorBase> dst, ColorBase<ColorBase> src, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.ColorAlphaBlend.
-
ColorBrightness(
ColorBase< ColorBase> color, num factor) → String - Label for RaylibCoreModuleBase.ColorBrightness.
-
ColorContrast(
ColorBase< ColorBase> color, num contrast) → String - Label for RaylibCoreModuleBase.ColorContrast.
-
ColorFromHSV(
num hue, num saturation, num value) → String - Label for RaylibCoreModuleBase.ColorFromHSV.
-
ColorFromNormalized(
Vector4Base< Vector4Base, QuaternionBase, MatrixBase, Vector3Base> normalized) → String - Label for RaylibCoreModuleBase.ColorFromNormalized.
-
ColorIsEqual(
ColorBase< ColorBase> col1, ColorBase<ColorBase> col2) → String - Label for RaylibCoreModuleBase.ColorIsEqual.
-
ColorLerp(
ColorBase< ColorBase> color1, ColorBase<ColorBase> color2, num factor) → String - Label for RaylibCoreModuleBase.ColorLerp.
-
ColorNormalize(
ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.ColorNormalize.
-
ColorTint(
ColorBase< ColorBase> color, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.ColorTint.
-
ColorToHSV(
ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.ColorToHSV.
-
ColorToInt(
ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.ColorToInt.
-
CompressData(
Uint8List data) → String - Label for RaylibCoreModuleBase.CompressData.
-
ComputeCRC32(
Uint8List data) → String - Label for RaylibCoreModuleBase.ComputeCRC32.
-
ComputeMD5(
Uint8List data) → String - Label for RaylibCoreModuleBase.ComputeMD5.
-
ComputeSHA1(
Uint8List data) → String - Label for RaylibCoreModuleBase.ComputeSHA1.
-
DecodeDataBase64(
Uint8List data) → String - Label for RaylibCoreModuleBase.DecodeDataBase64.
-
DecompressData(
Uint8List compData) → String - Label for RaylibCoreModuleBase.DecompressData.
-
DirectoryExists(
String dirPath) → String - Label for RaylibCoreModuleBase.DirectoryExists.
-
DisableCursor(
) → String - Label for RaylibCoreModuleBase.DisableCursor.
-
DisableEventWaiting(
) → String - Label for RaylibCoreModuleBase.DisableEventWaiting.
-
DrawBillboard(
Camera3DBase< Camera3DBase< camera, TextureBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>TextureBase> texture, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, num scale, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawBillboard.
-
DrawBillboardPro(
Camera3DBase< Camera3DBase< camera, TextureBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>TextureBase> texture, RectangleBase<RectangleBase> source, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> up, Vector2Base<Vector2Base< size, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< origin, num rotation, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawBillboardPro.
-
DrawBillboardRec(
Camera3DBase< Camera3DBase< camera, TextureBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>TextureBase> texture, RectangleBase<RectangleBase> source, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Vector2Base<Vector2Base< size, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawBillboardRec.
-
DrawBoundingBox(
BoundingBoxBase< BoundingBoxBase< box, ColorBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawBoundingBox.
-
DrawCapsule(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> startPos, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> endPos, num radius, num slices, num rings, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCapsule.
-
DrawCapsuleWires(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> startPos, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> endPos, num radius, num slices, num rings, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCapsuleWires.
-
DrawCircle(
num centerX, num centerY, num radius, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCircle.
-
DrawCircle3D(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> center, num radius, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> rotationAxis, num rotationAngle, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCircle3D.
-
DrawCircleGradient(
num centerX, num centerY, num radius, ColorBase< ColorBase> inner, ColorBase<ColorBase> outer) → String - Label for RaylibCoreModuleBase.DrawCircleGradient.
-
DrawCircleLines(
num centerX, num centerY, num radius, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCircleLines.
-
DrawCircleLinesV(
Vector2Base< Vector2Base< center, num radius, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCircleLinesV.
-
DrawCircleSector(
Vector2Base< Vector2Base< center, num radius, num startAngle, num endAngle, num segments, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCircleSector.
-
DrawCircleSectorLines(
Vector2Base< Vector2Base< center, num radius, num startAngle, num endAngle, num segments, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCircleSectorLines.
-
DrawCircleV(
Vector2Base< Vector2Base< center, num radius, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCircleV.
-
DrawCube(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, num width, num height, num length, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCube.
-
DrawCubeV(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> size, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCubeV.
-
DrawCubeWires(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, num width, num height, num length, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCubeWires.
-
DrawCubeWiresV(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> size, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCubeWiresV.
-
DrawCylinder(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, num radiusTop, num radiusBottom, num height, num slices, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCylinder.
-
DrawCylinderEx(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> startPos, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> endPos, num startRadius, num endRadius, num sides, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCylinderEx.
-
DrawCylinderWires(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, num radiusTop, num radiusBottom, num height, num slices, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCylinderWires.
-
DrawCylinderWiresEx(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> startPos, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> endPos, num startRadius, num endRadius, num sides, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawCylinderWiresEx.
-
DrawEllipse(
num centerX, num centerY, num radiusH, num radiusV, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawEllipse.
-
DrawEllipseLines(
num centerX, num centerY, num radiusH, num radiusV, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawEllipseLines.
-
DrawFPS(
num posX, num posY) → String - Label for RaylibCoreModuleBase.DrawFPS.
-
DrawGrid(
num slices, num spacing) → String - Label for RaylibCoreModuleBase.DrawGrid.
-
DrawLine(
num startPosX, num startPosY, num endPosX, num endPosY, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawLine.
-
DrawLine3D(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> startPos, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> endPos, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawLine3D.
-
DrawLineBezier(
Vector2Base< Vector2Base< startPos, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< endPos, num thick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawLineBezier.
-
DrawLineEx(
Vector2Base< Vector2Base< startPos, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< endPos, num thick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawLineEx.
-
DrawLineStrip(
List< Vector2Base< points, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawLineStrip.
-
DrawLineV(
Vector2Base< Vector2Base< startPos, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< endPos, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawLineV.
-
DrawMesh(
MeshBase< MeshBase< mesh, MaterialBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>MaterialBase< material, MatrixBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>MatrixBase, Vector3Base, QuaternionBase, Vector4Base> transform) → String - Label for RaylibCoreModuleBase.DrawMesh.
-
DrawMeshInstanced(
MeshBase< MeshBase< mesh, MaterialBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>MaterialBase< material, List<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>MatrixBase< transforms) → StringMatrixBase, Vector3Base, QuaternionBase, Vector4Base> > - Label for RaylibCoreModuleBase.DrawMeshInstanced.
-
DrawModel(
ModelBase< ModelBase< model, Vector3Base<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, num scale, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawModel.
-
DrawModelEx(
ModelBase< ModelBase< model, Vector3Base<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> rotationAxis, num rotationAngle, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> scale, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawModelEx.
-
DrawModelPoints(
ModelBase< ModelBase< model, Vector3Base<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, num scale, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawModelPoints.
-
DrawModelPointsEx(
ModelBase< ModelBase< model, Vector3Base<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> rotationAxis, num rotationAngle, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> scale, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawModelPointsEx.
-
DrawModelWires(
ModelBase< ModelBase< model, Vector3Base<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, num scale, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawModelWires.
-
DrawModelWiresEx(
ModelBase< ModelBase< model, Vector3Base<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> rotationAxis, num rotationAngle, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> scale, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawModelWiresEx.
-
DrawPixel(
num posX, num posY, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawPixel.
-
DrawPixelV(
Vector2Base< Vector2Base< position, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawPixelV.
-
DrawPlane(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> centerPos, Vector2Base<Vector2Base< size, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawPlane.
-
DrawPoint3D(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawPoint3D.
-
DrawPoly(
Vector2Base< Vector2Base< center, num sides, num radius, num rotation, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawPoly.
-
DrawPolyLines(
Vector2Base< Vector2Base< center, num sides, num radius, num rotation, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawPolyLines.
-
DrawPolyLinesEx(
Vector2Base< Vector2Base< center, num sides, num radius, num rotation, num lineThick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawPolyLinesEx.
-
DrawRay(
RayBase< RayBase< ray, ColorBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRay.
-
DrawRectangle(
num posX, num posY, num width, num height, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectangle.
-
DrawRectangleGradientEx(
RectangleBase< RectangleBase> rec, ColorBase<ColorBase> topLeft, ColorBase<ColorBase> bottomLeft, ColorBase<ColorBase> topRight, ColorBase<ColorBase> bottomRight) → String - Label for RaylibCoreModuleBase.DrawRectangleGradientEx.
-
DrawRectangleGradientH(
num posX, num posY, num width, num height, ColorBase< ColorBase> left, ColorBase<ColorBase> right) → String - Label for RaylibCoreModuleBase.DrawRectangleGradientH.
-
DrawRectangleGradientV(
num posX, num posY, num width, num height, ColorBase< ColorBase> top, ColorBase<ColorBase> bottom) → String - Label for RaylibCoreModuleBase.DrawRectangleGradientV.
-
DrawRectangleLines(
num posX, num posY, num width, num height, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectangleLines.
-
DrawRectangleLinesEx(
RectangleBase< RectangleBase> rec, num lineThick, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectangleLinesEx.
-
DrawRectanglePro(
RectangleBase< RectangleBase> rec, Vector2Base<Vector2Base< origin, num rotation, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectanglePro.
-
DrawRectangleRec(
RectangleBase< RectangleBase> rec, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectangleRec.
-
DrawRectangleRounded(
RectangleBase< RectangleBase> rec, num roundness, num segments, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectangleRounded.
-
DrawRectangleRoundedLines(
RectangleBase< RectangleBase> rec, num roundness, num segments, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectangleRoundedLines.
-
DrawRectangleRoundedLinesEx(
RectangleBase< RectangleBase> rec, num roundness, num segments, num lineThick, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectangleRoundedLinesEx.
-
DrawRectangleV(
Vector2Base< Vector2Base< position, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< size, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRectangleV.
-
DrawRing(
Vector2Base< Vector2Base< center, num innerRadius, num outerRadius, num startAngle, num endAngle, num segments, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRing.
-
DrawRingLines(
Vector2Base< Vector2Base< center, num innerRadius, num outerRadius, num startAngle, num endAngle, num segments, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawRingLines.
-
DrawSphere(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> centerPos, num radius, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSphere.
-
DrawSphereEx(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> centerPos, num radius, num rings, num slices, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSphereEx.
-
DrawSphereWires(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> centerPos, num radius, num rings, num slices, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSphereWires.
-
DrawSplineBasis(
List< Vector2Base< points, num thick, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineBasis.
-
DrawSplineBezierCubic(
List< Vector2Base< points, num thick, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineBezierCubic.
-
DrawSplineBezierQuadratic(
List< Vector2Base< points, num thick, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineBezierQuadratic.
-
DrawSplineCatmullRom(
List< Vector2Base< points, num thick, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineCatmullRom.
-
DrawSplineLinear(
List< Vector2Base< points, num thick, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineLinear.
-
DrawSplineSegmentBasis(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p3, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p4, num thick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineSegmentBasis.
-
DrawSplineSegmentBezierCubic(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< c2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< c3, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p4, num thick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineSegmentBezierCubic.
-
DrawSplineSegmentBezierQuadratic(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< c2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p3, num thick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineSegmentBezierQuadratic.
-
DrawSplineSegmentCatmullRom(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p3, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p4, num thick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineSegmentCatmullRom.
-
DrawSplineSegmentLinear(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p2, num thick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawSplineSegmentLinear.
-
DrawText(
String text, num posX, num posY, num fontSize, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawText.
-
DrawTextCodepoint(
FontBase< FontBase< font, num codepoint, Vector2Base<dynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase>Vector2Base< position, num fontSize, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTextCodepoint.
-
DrawTextCodepoints(
FontBase< FontBase< font, Int32List codepoints, Vector2Base<dynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase>Vector2Base< position, num fontSize, num spacing, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTextCodepoints.
-
DrawTextEx(
FontBase< FontBase< font, String text, Vector2Base<dynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase>Vector2Base< position, num fontSize, num spacing, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTextEx.
-
DrawTextPro(
FontBase< FontBase< font, String text, Vector2Base<dynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase>Vector2Base< position, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< origin, num rotation, num fontSize, num spacing, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTextPro.
-
DrawTexture(
TextureBase< TextureBase> texture, num posX, num posY, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTexture.
-
DrawTextureEx(
TextureBase< TextureBase> texture, Vector2Base<Vector2Base< position, num rotation, num scale, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTextureEx.
-
DrawTextureNPatch(
TextureBase< TextureBase> texture, NPatchInfoBase<NPatchInfoBase< nPatchInfo, RectangleBase<dynamic, RectangleBase> , RectangleBase>RectangleBase> dest, Vector2Base<Vector2Base< origin, num rotation, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTextureNPatch.
-
DrawTexturePro(
TextureBase< TextureBase> texture, RectangleBase<RectangleBase> source, RectangleBase<RectangleBase> dest, Vector2Base<Vector2Base< origin, num rotation, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTexturePro.
-
DrawTextureRec(
TextureBase< TextureBase> texture, RectangleBase<RectangleBase> source, Vector2Base<Vector2Base< position, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTextureRec.
-
DrawTextureV(
TextureBase< TextureBase> texture, Vector2Base<Vector2Base< position, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.DrawTextureV.
-
DrawTriangle(
Vector2Base< Vector2Base< v1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v3, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawTriangle.
-
DrawTriangle3D(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> v1, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> v2, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> v3, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawTriangle3D.
-
DrawTriangleFan(
List< Vector2Base< points, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawTriangleFan.
-
DrawTriangleLines(
Vector2Base< Vector2Base< v1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v3, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawTriangleLines.
-
DrawTriangleStrip(
List< Vector2Base< points, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawTriangleStrip.
-
DrawTriangleStrip3D(
List< Vector3Base< points, ColorBase<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> >ColorBase> color) → String - Label for RaylibCoreModuleBase.DrawTriangleStrip3D.
-
EnableCursor(
) → String - Label for RaylibCoreModuleBase.EnableCursor.
-
EnableEventWaiting(
) → String - Label for RaylibCoreModuleBase.EnableEventWaiting.
-
EncodeDataBase64(
Uint8List data) → String - Label for RaylibCoreModuleBase.EncodeDataBase64.
-
EndBlendMode(
) → String - Label for RaylibCoreModuleBase.EndBlendMode.
-
EndDrawing(
) → String - Label for RaylibCoreModuleBase.EndDrawing.
-
EndMode2D(
) → String - Label for RaylibCoreModuleBase.EndMode2D.
-
EndMode3D(
) → String - Label for RaylibCoreModuleBase.EndMode3D.
-
EndScissorMode(
) → String - Label for RaylibCoreModuleBase.EndScissorMode.
-
EndShaderMode(
) → String - Label for RaylibCoreModuleBase.EndShaderMode.
-
EndTextureMode(
) → String - Label for RaylibCoreModuleBase.EndTextureMode.
-
EndVrStereoMode(
) → String - Label for RaylibCoreModuleBase.EndVrStereoMode.
-
EnumsAsFlagsOr(
Iterable< RaylibEnum> flags) → String -
Formats
flagsas a|-separated string of enum names, mirroring C bitflag notation.inherited -
ExportAutomationEventList(
AutomationEventListBase< AutomationEventListBase< list, String fileName) → Stringdynamic, AutomationEventBase> , AutomationEventBase> - Label for RaylibCoreModuleBase.ExportAutomationEventList.
-
ExportDataAsCode(
Uint8List data, String fileName) → String - Label for RaylibCoreModuleBase.ExportDataAsCode.
-
ExportFontAsCode(
FontBase< FontBase< font, String fileName) → Stringdynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.ExportFontAsCode.
-
ExportImage(
ImageBase< ImageBase> image, String fileName) → String - Label for RaylibCoreModuleBase.ExportImage.
-
ExportImageAsCode(
ImageBase< ImageBase> image, String fileName) → String - Label for RaylibCoreModuleBase.ExportImageAsCode.
-
ExportImageToMemory(
ImageBase< ImageBase> image, String fileType) → String - Label for RaylibCoreModuleBase.ExportImageToMemory.
-
ExportMesh(
MeshBase< MeshBase< mesh, String fileName) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.ExportMesh.
-
ExportMeshAsCode(
MeshBase< MeshBase< mesh, String fileName) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.ExportMeshAsCode.
-
Fade(
ColorBase< ColorBase> color, num alpha) → String - Label for RaylibCoreModuleBase.Fade.
-
FileExists(
String fileName) → String - Label for RaylibCoreModuleBase.FileExists.
-
GenImageCellular(
num width, num height, num tileSize) → String - Label for RaylibCoreModuleBase.GenImageCellular.
-
GenImageChecked(
num width, num height, num checksX, num checksY, ColorBase< ColorBase> col1, ColorBase<ColorBase> col2) → String - Label for RaylibCoreModuleBase.GenImageChecked.
-
GenImageColor(
num width, num height, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.GenImageColor.
-
GenImageFontAtlas(
List< GlyphInfoBase< glyphs, num fontSize, num padding, num packMethod) → StringGlyphInfoBase< >dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.GenImageFontAtlas.
-
GenImageGradientLinear(
num width, num height, num direction, ColorBase< ColorBase> start, ColorBase<ColorBase> end) → String - Label for RaylibCoreModuleBase.GenImageGradientLinear.
-
GenImageGradientRadial(
num width, num height, num density, ColorBase< ColorBase> inner, ColorBase<ColorBase> outer) → String - Label for RaylibCoreModuleBase.GenImageGradientRadial.
-
GenImageGradientSquare(
num width, num height, num density, ColorBase< ColorBase> inner, ColorBase<ColorBase> outer) → String - Label for RaylibCoreModuleBase.GenImageGradientSquare.
-
GenImagePerlinNoise(
num width, num height, num offsetX, num offsetY, num scale) → String - Label for RaylibCoreModuleBase.GenImagePerlinNoise.
-
GenImageText(
num width, num height, String text) → String - Label for RaylibCoreModuleBase.GenImageText.
-
GenImageWhiteNoise(
num width, num height, num factor) → String - Label for RaylibCoreModuleBase.GenImageWhiteNoise.
-
GenMeshCone(
num radius, num height, num slices) → String - Label for RaylibCoreModuleBase.GenMeshCone.
-
GenMeshCube(
num width, num height, num length) → String - Label for RaylibCoreModuleBase.GenMeshCube.
-
GenMeshCubicmap(
ImageBase< ImageBase> cubicmap, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> cubeSize) → String - Label for RaylibCoreModuleBase.GenMeshCubicmap.
-
GenMeshCylinder(
num radius, num height, num slices) → String - Label for RaylibCoreModuleBase.GenMeshCylinder.
-
GenMeshHeightmap(
ImageBase< ImageBase> heightmap, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> size) → String - Label for RaylibCoreModuleBase.GenMeshHeightmap.
-
GenMeshHemiSphere(
num radius, num rings, num slices) → String - Label for RaylibCoreModuleBase.GenMeshHemiSphere.
-
GenMeshKnot(
num radius, num size, num radSeg, num sides) → String - Label for RaylibCoreModuleBase.GenMeshKnot.
-
GenMeshPlane(
num width, num length, num resX, num resZ) → String - Label for RaylibCoreModuleBase.GenMeshPlane.
-
GenMeshPoly(
num sides, num radius) → String - Label for RaylibCoreModuleBase.GenMeshPoly.
-
GenMeshSphere(
num radius, num rings, num slices) → String - Label for RaylibCoreModuleBase.GenMeshSphere.
-
GenMeshTangents(
MeshBase< MeshBase< mesh) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GenMeshTangents.
-
GenMeshTorus(
num radius, num size, num radSeg, num sides) → String - Label for RaylibCoreModuleBase.GenMeshTorus.
-
GenTextureMipmaps(
TextureBase< TextureBase> texture) → String - Label for RaylibCoreModuleBase.GenTextureMipmaps.
-
GetApplicationDirectory(
) → String - Label for RaylibCoreModuleBase.GetApplicationDirectory.
-
GetCameraMatrix(
Camera3DBase< Camera3DBase< camera) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetCameraMatrix.
-
GetCameraMatrix2D(
Camera2DBase< Camera2DBase< camera) → Stringdynamic, Vector2Base< , Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetCameraMatrix2D.
-
GetCharPressed(
) → String - Label for RaylibCoreModuleBase.GetCharPressed.
-
GetClipboardImage(
) → String - Label for RaylibCoreModuleBase.GetClipboardImage.
-
GetClipboardText(
) → String - Label for RaylibCoreModuleBase.GetClipboardText.
-
GetCodepoint(
String text) → String - Label for RaylibCoreModuleBase.GetCodepoint.
-
GetCodepointCount(
String text) → String - Label for RaylibCoreModuleBase.GetCodepointCount.
-
GetCodepointNext(
String text) → String - Label for RaylibCoreModuleBase.GetCodepointNext.
-
GetCodepointPrevious(
String text) → String - Label for RaylibCoreModuleBase.GetCodepointPrevious.
-
GetCollisionRec(
RectangleBase< RectangleBase> rec1, RectangleBase<RectangleBase> rec2) → String - Label for RaylibCoreModuleBase.GetCollisionRec.
-
GetColor(
num hexValue) → String - Label for RaylibCoreModuleBase.GetColor.
-
GetCurrentMonitor(
) → String - Label for RaylibCoreModuleBase.GetCurrentMonitor.
-
GetDirectoryPath(
String filePath) → String - Label for RaylibCoreModuleBase.GetDirectoryPath.
-
GetFileExtension(
String fileName) → String - Label for RaylibCoreModuleBase.GetFileExtension.
-
GetFileLength(
String fileName) → String - Label for RaylibCoreModuleBase.GetFileLength.
-
GetFileModTime(
String fileName) → String - Label for RaylibCoreModuleBase.GetFileModTime.
-
GetFileName(
String filePath) → String - Label for RaylibCoreModuleBase.GetFileName.
-
GetFileNameWithoutExt(
String filePath) → String - Label for RaylibCoreModuleBase.GetFileNameWithoutExt.
-
GetFontDefault(
) → String - Label for RaylibCoreModuleBase.GetFontDefault.
-
GetFPS(
) → String - Label for RaylibCoreModuleBase.GetFPS.
-
GetFrameTime(
) → String - Label for RaylibCoreModuleBase.GetFrameTime.
-
GetGamepadAxisCount(
num gamepad) → String - Label for RaylibCoreModuleBase.GetGamepadAxisCount.
-
GetGamepadAxisMovement(
num gamepad, GamepadAxis axis) → String - Label for RaylibCoreModuleBase.GetGamepadAxisMovement.
-
GetGamepadButtonPressed(
) → String - Label for RaylibCoreModuleBase.GetGamepadButtonPressed.
-
GetGamepadName(
num gamepad) → String - Label for RaylibCoreModuleBase.GetGamepadName.
-
GetGestureDetected(
) → String - Label for RaylibCoreModuleBase.GetGestureDetected.
-
GetGestureDragAngle(
) → String - Label for RaylibCoreModuleBase.GetGestureDragAngle.
-
GetGestureDragVector(
) → String - Label for RaylibCoreModuleBase.GetGestureDragVector.
-
GetGestureHoldDuration(
) → String - Label for RaylibCoreModuleBase.GetGestureHoldDuration.
-
GetGesturePinchAngle(
) → String - Label for RaylibCoreModuleBase.GetGesturePinchAngle.
-
GetGesturePinchVector(
) → String - Label for RaylibCoreModuleBase.GetGesturePinchVector.
-
GetGlyphAtlasRec(
FontBase< FontBase< font, num codepoint) → Stringdynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.GetGlyphAtlasRec.
-
GetGlyphIndex(
FontBase< FontBase< font, num codepoint) → Stringdynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.GetGlyphIndex.
-
GetGlyphInfo(
FontBase< FontBase< font, num codepoint) → Stringdynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.GetGlyphInfo.
-
GetImageAlphaBorder(
ImageBase< ImageBase> image, num threshold) → String - Label for RaylibCoreModuleBase.GetImageAlphaBorder.
-
GetImageColor(
ImageBase< ImageBase> image, num x, num y) → String - Label for RaylibCoreModuleBase.GetImageColor.
-
GetKeyPressed(
) → String - Label for RaylibCoreModuleBase.GetKeyPressed.
-
GetMeshBoundingBox(
MeshBase< MeshBase< mesh) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetMeshBoundingBox.
-
GetModelBoundingBox(
ModelBase< ModelBase< model) → Stringdynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase> - Label for RaylibCoreModuleBase.GetModelBoundingBox.
-
GetMonitorCount(
) → String - Label for RaylibCoreModuleBase.GetMonitorCount.
-
GetMonitorHeight(
num monitor) → String - Label for RaylibCoreModuleBase.GetMonitorHeight.
-
GetMonitorName(
num monitor) → String - Label for RaylibCoreModuleBase.GetMonitorName.
-
GetMonitorPhysicalHeight(
num monitor) → String - Label for RaylibCoreModuleBase.GetMonitorPhysicalHeight.
-
GetMonitorPhysicalWidth(
num monitor) → String - Label for RaylibCoreModuleBase.GetMonitorPhysicalWidth.
-
GetMonitorPosition(
num monitor) → String - Label for RaylibCoreModuleBase.GetMonitorPosition.
-
GetMonitorRefreshRate(
num monitor) → String - Label for RaylibCoreModuleBase.GetMonitorRefreshRate.
-
GetMonitorWidth(
num monitor) → String - Label for RaylibCoreModuleBase.GetMonitorWidth.
-
GetMouseDelta(
) → String - Label for RaylibCoreModuleBase.GetMouseDelta.
-
GetMousePosition(
) → String - Label for RaylibCoreModuleBase.GetMousePosition.
-
GetMouseWheelMove(
) → String - Label for RaylibCoreModuleBase.GetMouseWheelMove.
-
GetMouseWheelMoveV(
) → String - Label for RaylibCoreModuleBase.GetMouseWheelMoveV.
-
GetMouseX(
) → String - Label for RaylibCoreModuleBase.GetMouseX.
-
GetMouseY(
) → String - Label for RaylibCoreModuleBase.GetMouseY.
-
GetPixelDataSize(
num width, num height, PixelFormat format) → String - Label for RaylibCoreModuleBase.GetPixelDataSize.
-
GetPrevDirectoryPath(
String dirPath) → String - Label for RaylibCoreModuleBase.GetPrevDirectoryPath.
-
GetRandomValue(
num min, num max) → String - Label for RaylibCoreModuleBase.GetRandomValue.
-
GetRayCollisionBox(
RayBase< RayBase< ray, BoundingBoxBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>BoundingBoxBase< box) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetRayCollisionBox.
-
GetRayCollisionMesh(
RayBase< RayBase< ray, MeshBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>MeshBase< mesh, MatrixBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>MatrixBase, Vector3Base, QuaternionBase, Vector4Base> transform) → String - Label for RaylibCoreModuleBase.GetRayCollisionMesh.
-
GetRayCollisionQuad(
RayBase< RayBase< ray, Vector3Base<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> p1, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> p2, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> p3, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> p4) → String - Label for RaylibCoreModuleBase.GetRayCollisionQuad.
-
GetRayCollisionSphere(
RayBase< RayBase< ray, Vector3Base<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> center, num radius) → String - Label for RaylibCoreModuleBase.GetRayCollisionSphere.
-
GetRayCollisionTriangle(
RayBase< RayBase< ray, Vector3Base<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> p1, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> p2, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> p3) → String - Label for RaylibCoreModuleBase.GetRayCollisionTriangle.
-
GetRenderHeight(
) → String - Label for RaylibCoreModuleBase.GetRenderHeight.
-
GetRenderWidth(
) → String - Label for RaylibCoreModuleBase.GetRenderWidth.
-
GetScreenHeight(
) → String - Label for RaylibCoreModuleBase.GetScreenHeight.
-
GetScreenToWorld2D(
Vector2Base< Vector2Base< position, Camera2DBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Camera2DBase< camera) → Stringdynamic, Vector2Base< , Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetScreenToWorld2D.
-
GetScreenToWorldRay(
Vector2Base< Vector2Base< position, Camera3DBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Camera3DBase< camera) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetScreenToWorldRay.
-
GetScreenToWorldRayEx(
Vector2Base< Vector2Base< position, Camera3DBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Camera3DBase< camera, num width, num height) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetScreenToWorldRayEx.
-
GetScreenWidth(
) → String - Label for RaylibCoreModuleBase.GetScreenWidth.
-
GetShaderLocation(
ShaderBase< ShaderBase> shader, String uniformName) → String - Label for RaylibCoreModuleBase.GetShaderLocation.
-
GetShaderLocationAttrib(
ShaderBase< ShaderBase> shader, String attribName) → String - Label for RaylibCoreModuleBase.GetShaderLocationAttrib.
-
GetShapesTexture(
) → String - Label for RaylibCoreModuleBase.GetShapesTexture.
-
GetShapesTextureRectangle(
) → String - Label for RaylibCoreModuleBase.GetShapesTextureRectangle.
-
GetSplinePointBasis(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p3, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p4, num t) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetSplinePointBasis.
-
GetSplinePointBezierCubic(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< c2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< c3, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p4, num t) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetSplinePointBezierCubic.
-
GetSplinePointBezierQuad(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< c2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p3, num t) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetSplinePointBezierQuad.
-
GetSplinePointCatmullRom(
Vector2Base< Vector2Base< p1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p3, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< p4, num t) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetSplinePointCatmullRom.
-
GetSplinePointLinear(
Vector2Base< Vector2Base< startPos, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< endPos, num t) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetSplinePointLinear.
-
GetTime(
) → String - Label for RaylibCoreModuleBase.GetTime.
-
GetTouchPointCount(
) → String - Label for RaylibCoreModuleBase.GetTouchPointCount.
-
GetTouchPointId(
num index) → String - Label for RaylibCoreModuleBase.GetTouchPointId.
-
GetTouchPosition(
num index) → String - Label for RaylibCoreModuleBase.GetTouchPosition.
-
GetTouchX(
) → String - Label for RaylibCoreModuleBase.GetTouchX.
-
GetTouchY(
) → String - Label for RaylibCoreModuleBase.GetTouchY.
-
GetWindowPosition(
) → String - Label for RaylibCoreModuleBase.GetWindowPosition.
-
GetWindowScaleDPI(
) → String - Label for RaylibCoreModuleBase.GetWindowScaleDPI.
-
GetWorkingDirectory(
) → String - Label for RaylibCoreModuleBase.GetWorkingDirectory.
-
GetWorldToScreen(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Camera3DBase<Camera3DBase< camera) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetWorldToScreen.
-
GetWorldToScreen2D(
Vector2Base< Vector2Base< position, Camera2DBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Camera2DBase< camera) → Stringdynamic, Vector2Base< , Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetWorldToScreen2D.
-
GetWorldToScreenEx(
Vector3Base< Vector3Base, MatrixBase, QuaternionBase, Vector4Base> position, Camera3DBase<Camera3DBase< camera, num width, num height) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.GetWorldToScreenEx.
-
HideCursor(
) → String - Label for RaylibCoreModuleBase.HideCursor.
-
ImageAlphaClear(
ImageBase< ImageBase> image, ColorBase<ColorBase> color, num threshold) → String - Label for RaylibCoreModuleBase.ImageAlphaClear.
-
ImageAlphaCrop(
ImageBase< ImageBase> image, num threshold) → String - Label for RaylibCoreModuleBase.ImageAlphaCrop.
-
ImageAlphaMask(
ImageBase< ImageBase> image, ImageBase<ImageBase> alphaMask) → String - Label for RaylibCoreModuleBase.ImageAlphaMask.
-
ImageAlphaPremultiply(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageAlphaPremultiply.
-
ImageBlurGaussian(
ImageBase< ImageBase> image, num blurSize) → String - Label for RaylibCoreModuleBase.ImageBlurGaussian.
-
ImageClearBackground(
ImageBase< ImageBase> dst, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageClearBackground.
-
ImageColorBrightness(
ImageBase< ImageBase> image, num brightness) → String - Label for RaylibCoreModuleBase.ImageColorBrightness.
-
ImageColorContrast(
ImageBase< ImageBase> image, num contrast) → String - Label for RaylibCoreModuleBase.ImageColorContrast.
-
ImageColorGrayscale(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageColorGrayscale.
-
ImageColorInvert(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageColorInvert.
-
ImageColorReplace(
ImageBase< ImageBase> image, ColorBase<ColorBase> color, ColorBase<ColorBase> replace) → String - Label for RaylibCoreModuleBase.ImageColorReplace.
-
ImageColorTint(
ImageBase< ImageBase> image, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageColorTint.
-
ImageCopy(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageCopy.
-
ImageCrop(
ImageBase< ImageBase> image, RectangleBase<RectangleBase> crop) → String - Label for RaylibCoreModuleBase.ImageCrop.
-
ImageDither(
ImageBase< ImageBase> image, num rBpp, num gBpp, num bBpp, num aBpp) → String - Label for RaylibCoreModuleBase.ImageDither.
-
ImageDraw(
ImageBase< ImageBase> dst, ImageBase<ImageBase> src, RectangleBase<RectangleBase> srcRec, RectangleBase<RectangleBase> dstRec, ColorBase<ColorBase> tint) → String - Label for RaylibCoreModuleBase.ImageDraw.
-
ImageDrawCircle(
ImageBase< ImageBase> dst, num centerX, num centerY, num radius, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawCircle.
-
ImageDrawCircleLines(
ImageBase< ImageBase> dst, num centerX, num centerY, num radius, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawCircleLines.
-
ImageDrawCircleLinesV(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< center, num radius, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawCircleLinesV.
-
ImageDrawCircleV(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< center, num radius, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawCircleV.
-
ImageDrawLine(
ImageBase< ImageBase> dst, num startPosX, num startPosY, num endPosX, num endPosY, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawLine.
-
ImageDrawLineEx(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< start, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< end, num thick, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawLineEx.
-
ImageDrawLineV(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< start, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< end, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawLineV.
-
ImageDrawPixel(
ImageBase< ImageBase> dst, num posX, num posY, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawPixel.
-
ImageDrawPixelV(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< position, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawPixelV.
-
ImageDrawRectangle(
ImageBase< ImageBase> dst, num posX, num posY, num width, num height, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawRectangle.
-
ImageDrawRectangleLines(
ImageBase< ImageBase> dst, RectangleBase<RectangleBase> rec, num thick, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawRectangleLines.
-
ImageDrawRectangleRec(
ImageBase< ImageBase> dst, RectangleBase<RectangleBase> rec, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawRectangleRec.
-
ImageDrawRectangleV(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< position, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< size, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawRectangleV.
-
ImageDrawText(
ImageBase< ImageBase> dst, String text, num posX, num posY, num fontSize, ColorBase<ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawText.
-
ImageDrawTextEx(
ImageBase< ImageBase> dst, FontBase<FontBase< font, String text, Vector2Base<dynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase>Vector2Base< position, num fontSize, num spacing, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> tint) → String - Label for RaylibCoreModuleBase.ImageDrawTextEx.
-
ImageDrawTriangle(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< v1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v3, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawTriangle.
-
ImageDrawTriangleEx(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< v1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v3, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> c1, ColorBase<ColorBase> c2, ColorBase<ColorBase> c3) → String - Label for RaylibCoreModuleBase.ImageDrawTriangleEx.
-
ImageDrawTriangleFan(
ImageBase< ImageBase> dst, List<Vector2Base< points, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawTriangleFan.
-
ImageDrawTriangleLines(
ImageBase< ImageBase> dst, Vector2Base<Vector2Base< v1, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v2, Vector2Base<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>Vector2Base< v3, ColorBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawTriangleLines.
-
ImageDrawTriangleStrip(
ImageBase< ImageBase> dst, List<Vector2Base< points, ColorBase<Vector2Base< >dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base>ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageDrawTriangleStrip.
-
ImageFlipHorizontal(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageFlipHorizontal.
-
ImageFlipVertical(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageFlipVertical.
-
ImageFormat(
ImageBase< ImageBase> image, PixelFormat newFormat) → String - Label for RaylibCoreModuleBase.ImageFormat.
-
ImageFromChannel(
ImageBase< ImageBase> image, num selectedChannel) → String - Label for RaylibCoreModuleBase.ImageFromChannel.
-
ImageFromImage(
ImageBase< ImageBase> image, RectangleBase<RectangleBase> rec) → String - Label for RaylibCoreModuleBase.ImageFromImage.
-
ImageKernelConvolution(
ImageBase< ImageBase> image, List<double> kernel) → String - Label for RaylibCoreModuleBase.ImageKernelConvolution.
-
ImageMipmaps(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageMipmaps.
-
ImageResize(
ImageBase< ImageBase> image, num newWidth, num newHeight) → String - Label for RaylibCoreModuleBase.ImageResize.
-
ImageResizeCanvas(
ImageBase< ImageBase> image, num newWidth, num newHeight, num offsetX, num offsetY, ColorBase<ColorBase> fill) → String - Label for RaylibCoreModuleBase.ImageResizeCanvas.
-
ImageResizeNN(
ImageBase< ImageBase> image, num newWidth, num newHeight) → String - Label for RaylibCoreModuleBase.ImageResizeNN.
-
ImageRotate(
ImageBase< ImageBase> image, num degrees) → String - Label for RaylibCoreModuleBase.ImageRotate.
-
ImageRotateCCW(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageRotateCCW.
-
ImageRotateCW(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.ImageRotateCW.
-
ImageText(
String text, num fontSize, ColorBase< ColorBase> color) → String - Label for RaylibCoreModuleBase.ImageText.
-
ImageTextEx(
FontBase< FontBase< font, String text, num fontSize, num spacing, ColorBase<dynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase>ColorBase> tint) → String - Label for RaylibCoreModuleBase.ImageTextEx.
-
ImageToPOT(
ImageBase< ImageBase> image, ColorBase<ColorBase> fill) → String - Label for RaylibCoreModuleBase.ImageToPOT.
-
InitWindow(
num width, num height, String title) → String - Label for RaylibCoreModuleBase.InitWindow.
-
IsCursorHidden(
) → String - Label for RaylibCoreModuleBase.IsCursorHidden.
-
IsCursorOnScreen(
) → String - Label for RaylibCoreModuleBase.IsCursorOnScreen.
-
IsFileDropped(
) → String - Label for RaylibCoreModuleBase.IsFileDropped.
-
IsFileExtension(
String fileName, String ext) → String - Label for RaylibCoreModuleBase.IsFileExtension.
-
IsFileNameValid(
String fileName) → String - Label for RaylibCoreModuleBase.IsFileNameValid.
-
IsFontValid(
FontBase< FontBase< font) → Stringdynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.IsFontValid.
-
IsGamepadAvailable(
num gamepad) → String - Label for RaylibCoreModuleBase.IsGamepadAvailable.
-
IsGamepadButtonDown(
num gamepad, GamepadButton button) → String - Label for RaylibCoreModuleBase.IsGamepadButtonDown.
-
IsGamepadButtonPressed(
num gamepad, GamepadButton button) → String - Label for RaylibCoreModuleBase.IsGamepadButtonPressed.
-
IsGamepadButtonReleased(
num gamepad, GamepadButton button) → String - Label for RaylibCoreModuleBase.IsGamepadButtonReleased.
-
IsGamepadButtonUp(
num gamepad, GamepadButton button) → String - Label for RaylibCoreModuleBase.IsGamepadButtonUp.
-
IsGestureDetected(
Gesture key) → String - Label for RaylibCoreModuleBase.IsGestureDetected.
-
IsImageValid(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.IsImageValid.
-
IsKeyDown(
KeyboardKey key) → String - Label for RaylibCoreModuleBase.IsKeyDown.
-
IsKeyPressed(
KeyboardKey key) → String - Label for RaylibCoreModuleBase.IsKeyPressed.
-
IsKeyPressedRepeat(
KeyboardKey key) → String - Label for RaylibCoreModuleBase.IsKeyPressedRepeat.
-
IsKeyReleased(
KeyboardKey key) → String - Label for RaylibCoreModuleBase.IsKeyReleased.
-
IsKeyUp(
KeyboardKey key) → String - Label for RaylibCoreModuleBase.IsKeyUp.
-
IsMaterialValid(
MaterialBase< MaterialBase< material) → Stringdynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase> - Label for RaylibCoreModuleBase.IsMaterialValid.
-
IsModelAnimationValid(
ModelBase< ModelBase< model, ModelAnimationBase<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>ModelAnimationBase< anim) → Stringdynamic, BoneInfoBase, TransformBase< , BoneInfoBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.IsModelAnimationValid.
-
IsModelValid(
ModelBase< ModelBase< model) → Stringdynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase> - Label for RaylibCoreModuleBase.IsModelValid.
-
IsMouseButtonDown(
MouseButton button) → String - Label for RaylibCoreModuleBase.IsMouseButtonDown.
-
IsMouseButtonPressed(
MouseButton button) → String - Label for RaylibCoreModuleBase.IsMouseButtonPressed.
-
IsMouseButtonReleased(
MouseButton button) → String - Label for RaylibCoreModuleBase.IsMouseButtonReleased.
-
IsMouseButtonUp(
MouseButton button) → String - Label for RaylibCoreModuleBase.IsMouseButtonUp.
-
IsPathFile(
String path) → String - Label for RaylibCoreModuleBase.IsPathFile.
-
IsRenderTextureValid(
RenderTextureBase< RenderTextureBase< target) → Stringdynamic, TextureBase> , TextureBase> - Label for RaylibCoreModuleBase.IsRenderTextureValid.
-
IsShaderValid(
ShaderBase< ShaderBase> shader) → String - Label for RaylibCoreModuleBase.IsShaderValid.
-
IsTextureValid(
TextureBase< TextureBase> texture) → String - Label for RaylibCoreModuleBase.IsTextureValid.
-
IsWindowFocused(
) → String - Label for RaylibCoreModuleBase.IsWindowFocused.
-
IsWindowFullscreen(
) → String - Label for RaylibCoreModuleBase.IsWindowFullscreen.
-
IsWindowHidden(
) → String - Label for RaylibCoreModuleBase.IsWindowHidden.
-
IsWindowMaximized(
) → String - Label for RaylibCoreModuleBase.IsWindowMaximized.
-
IsWindowMinimized(
) → String - Label for RaylibCoreModuleBase.IsWindowMinimized.
-
IsWindowReady(
) → String - Label for RaylibCoreModuleBase.IsWindowReady.
-
IsWindowResized(
) → String - Label for RaylibCoreModuleBase.IsWindowResized.
-
IsWindowState(
ConfigFlags flag) → String - Label for RaylibCoreModuleBase.IsWindowState.
-
LoadAutomationEventList(
String? fileName) → String - Label for RaylibCoreModuleBase.LoadAutomationEventList.
-
LoadCodepoints(
String text) → String - Label for RaylibCoreModuleBase.LoadCodepoints.
-
LoadDirectoryFiles(
String dirPath) → String - Label for RaylibCoreModuleBase.LoadDirectoryFiles.
-
LoadDirectoryFilesEx(
String basePath, String filter, bool scanSubdirs) → String - Label for RaylibCoreModuleBase.LoadDirectoryFilesEx.
-
LoadDroppedFiles(
) → String - Label for RaylibCoreModuleBase.LoadDroppedFiles.
-
LoadFileData(
String fileName) → String - Label for RaylibCoreModuleBase.LoadFileData.
-
LoadFileText(
String fileName) → String - Label for RaylibCoreModuleBase.LoadFileText.
-
LoadFont(
String fileName) → String - Label for RaylibCoreModuleBase.LoadFont.
-
LoadFontData(
Uint8List fileData, num fontSize, Int32List? codepoints, num? codepointCount, FontType type) → String - Label for RaylibCoreModuleBase.LoadFontData.
-
LoadFontEx(
String fileName, num fontSize, [Int32List? codepoints, num? codePointCount]) → String - Label for RaylibCoreModuleBase.LoadFontEx.
-
LoadFontFromImage(
ImageBase< ImageBase> image, ColorBase<ColorBase> key, num firstChar) → String - Label for RaylibCoreModuleBase.LoadFontFromImage.
-
LoadFontFromMemory(
String fileType, Uint8List fileData, num fontSize, Int32List codepoints) → String - Label for RaylibCoreModuleBase.LoadFontFromMemory.
-
LoadImage(
String fileName) → String - Label for RaylibCoreModuleBase.LoadImage.
-
LoadImageAnim(
String fileName) → String - Label for RaylibCoreModuleBase.LoadImageAnim.
-
LoadImageAnimFromMemory(
String fileType, Uint8List fileData) → String - Label for RaylibCoreModuleBase.LoadImageAnimFromMemory.
-
LoadImageColors(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.LoadImageColors.
-
LoadImageFromMemory(
String fileType, Uint8List fileData) → String - Label for RaylibCoreModuleBase.LoadImageFromMemory.
-
LoadImageFromScreen(
) → String - Label for RaylibCoreModuleBase.LoadImageFromScreen.
-
LoadImageFromTexture(
TextureBase< TextureBase> texture) → String - Label for RaylibCoreModuleBase.LoadImageFromTexture.
-
LoadImagePalette(
ImageBase< ImageBase> image, num maxPaletteSize) → String - Label for RaylibCoreModuleBase.LoadImagePalette.
-
LoadImageRaw(
String fileName, num width, num height, PixelFormat format, num headerSize) → String - Label for RaylibCoreModuleBase.LoadImageRaw.
-
LoadMaterialDefault(
) → String - Label for RaylibCoreModuleBase.LoadMaterialDefault.
-
LoadMaterials(
String fileName) → String - Label for RaylibCoreModuleBase.LoadMaterials.
-
LoadModel(
String fileName) → String - Label for RaylibCoreModuleBase.LoadModel.
-
LoadModelAnimations(
String fileName) → String - Label for RaylibCoreModuleBase.LoadModelAnimations.
-
LoadModelFromMesh(
MeshBase< MeshBase< mesh) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.LoadModelFromMesh.
-
LoadRandomSequence(
int count, int min, int max, [int? seed]) → String - Label for RaylibCoreModuleBase.LoadRandomSequence.
-
LoadRenderTexture(
num width, num height) → String - Label for RaylibCoreModuleBase.LoadRenderTexture.
-
LoadShader(
String? vsFileName, String? fsFileName) → String - Label for RaylibCoreModuleBase.LoadShader.
-
LoadShaderFromMemory(
String? vsCode, String? fsCode) → String - Label for RaylibCoreModuleBase.LoadShaderFromMemory.
-
LoadTexture(
String fileName) → String - Label for RaylibCoreModuleBase.LoadTexture.
-
LoadTextureCubemap(
ImageBase< ImageBase> image, CubemapLayout layout) → String - Label for RaylibCoreModuleBase.LoadTextureCubemap.
-
LoadTextureFromImage(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.LoadTextureFromImage.
-
LoadUTF8(
Int32List codepoints) → String - Label for RaylibCoreModuleBase.LoadUTF8.
-
LoadVrStereoConfig(
VrDeviceInfoBase< VrDeviceInfoBase> device) → String - Label for RaylibCoreModuleBase.LoadVrStereoConfig.
-
MakeDirectory(
String dirPath) → String - Label for RaylibCoreModuleBase.MakeDirectory.
-
MaximizeWindow(
) → String - Label for RaylibCoreModuleBase.MaximizeWindow.
-
MeasureText(
String text, num fontSize) → String - Label for RaylibCoreModuleBase.MeasureText.
-
MeasureTextEx(
FontBase< FontBase< font, String text, num fontSize, num spacing) → Stringdynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.MeasureTextEx.
-
MinimizeWindow(
) → String - Label for RaylibCoreModuleBase.MinimizeWindow.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
OpenURL(
String url) → String - Label for RaylibCoreModuleBase.OpenURL.
-
PlayAutomationEvent(
AutomationEventBase< AutomationEventBase> event) → String - Label for RaylibCoreModuleBase.PlayAutomationEvent.
-
PollInputEvents(
) → String - Label for RaylibCoreModuleBase.PollInputEvents.
-
RestoreWindow(
) → String - Label for RaylibCoreModuleBase.RestoreWindow.
-
SaveFileData(
String fileName, Uint8List data) → String - Label for RaylibCoreModuleBase.SaveFileData.
-
SaveFileText(
String fileName, String text) → String - Label for RaylibCoreModuleBase.SaveFileText.
-
SetAutomationEventBaseFrame(
int frame) → String - Label for RaylibCoreModuleBase.SetAutomationEventBaseFrame.
-
SetAutomationEventList(
AutomationEventListBase< AutomationEventListBase< list) → Stringdynamic, AutomationEventBase> , AutomationEventBase> - Label for RaylibCoreModuleBase.SetAutomationEventList.
-
SetClipboardText(
String text) → String - Label for RaylibCoreModuleBase.SetClipboardText.
-
SetConfigFlags(
Iterable< ConfigFlags> flags) → String - Label for RaylibCoreModuleBase.SetConfigFlags.
-
SetExitKey(
KeyboardKey key) → String - Label for RaylibCoreModuleBase.SetExitKey.
-
SetGamepadMappings(
String mappings) → String - Label for RaylibCoreModuleBase.SetGamepadMappings.
-
SetGamepadVibration(
num gamepad, num leftMotor, num rightMotor, num duration) → String - Label for RaylibCoreModuleBase.SetGamepadVibration.
-
SetGesturesEnabled(
Iterable< Gesture> flags) → String - Label for RaylibCoreModuleBase.SetGesturesEnabled.
-
SetLoadFileDataCallback(
LoadFileDataCallbackBase? callback) → String - Label for RaylibCoreModuleBase.SetLoadFileDataCallback.
-
SetLoadFileTextCallback(
LoadFileTextCallbackBase? callback) → String - Label for RaylibCoreModuleBase.SetLoadFileTextCallback.
-
SetMaterialTexture(
MaterialBase< MaterialBase< material, MaterialMapIndex mapType, TextureBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>TextureBase> texture) → String - Label for RaylibCoreModuleBase.SetMaterialTexture.
-
SetModelMeshMaterial(
ModelBase< ModelBase< model, num meshId, num materialId) → Stringdynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase> - Label for RaylibCoreModuleBase.SetModelMeshMaterial.
-
SetMouseCursor(
MouseCursor cursor) → String - Label for RaylibCoreModuleBase.SetMouseCursor.
-
SetMouseOffset(
num offsetX, num offsetY) → String - Label for RaylibCoreModuleBase.SetMouseOffset.
-
SetMousePosition(
num x, num y) → String - Label for RaylibCoreModuleBase.SetMousePosition.
-
SetMouseScale(
num scaleX, num scaleY) → String - Label for RaylibCoreModuleBase.SetMouseScale.
-
SetRandomSeed(
num seed) → String - Label for RaylibCoreModuleBase.SetRandomSeed.
-
SetSaveFileDataCallback(
SaveFileDataCallbackBase? callback) → String - Label for RaylibCoreModuleBase.SetSaveFileDataCallback.
-
SetSaveFileTextCallback(
SaveFileTextCallbackBase? callback) → String - Label for RaylibCoreModuleBase.SetSaveFileTextCallback.
-
SetShaderValue(
ShaderBase< ShaderBase> shader, num locIndex, List<num> value, ShaderUniformDataType uniformType) → String - Label for RaylibCoreModuleBase.SetShaderValue.
-
SetShaderValueMatrix(
ShaderBase< ShaderBase> shader, num locIndex, MatrixBase<MatrixBase, Vector3Base, QuaternionBase, Vector4Base> mat) → String - Label for RaylibCoreModuleBase.SetShaderValueMatrix.
-
SetShaderValueTexture(
ShaderBase< ShaderBase> shader, num locIndex, TextureBase<TextureBase> texture) → String - Label for RaylibCoreModuleBase.SetShaderValueTexture.
-
SetShaderValueV(
ShaderBase< ShaderBase> shader, num locIndex, List<num> value, ShaderUniformDataType uniformType, num count) → String - Label for RaylibCoreModuleBase.SetShaderValueV.
-
SetShapesTexture(
TextureBase< TextureBase> texture, RectangleBase<RectangleBase> source) → String - Label for RaylibCoreModuleBase.SetShapesTexture.
-
SetTargetFPS(
num fps) → String - Label for RaylibCoreModuleBase.SetTargetFPS.
-
SetTextLineSpacing(
num spacing) → String - Label for RaylibCoreModuleBase.SetTextLineSpacing.
-
SetTextureFilter(
TextureBase< TextureBase> texture, TextureFilter filter) → String - Label for RaylibCoreModuleBase.SetTextureFilter.
-
SetTextureWrap(
TextureBase< TextureBase> texture, TextureWrap wrap) → String - Label for RaylibCoreModuleBase.SetTextureWrap.
-
SetTraceLogLevel(
TraceLogLevel logLevel) → String - Label for RaylibCoreModuleBase.SetTraceLogLevel.
-
SetWindowFocused(
) → String - Label for RaylibCoreModuleBase.SetWindowFocused.
-
SetWindowIcon(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.SetWindowIcon.
-
SetWindowIcons(
List< ImageBase< images) → StringImageBase> > - Label for RaylibCoreModuleBase.SetWindowIcons.
-
SetWindowMaxSize(
num width, num height) → String - Label for RaylibCoreModuleBase.SetWindowMaxSize.
-
SetWindowMinSize(
num width, num height) → String - Label for RaylibCoreModuleBase.SetWindowMinSize.
-
SetWindowMonitor(
num monitor) → String - Label for RaylibCoreModuleBase.SetWindowMonitor.
-
SetWindowOpacity(
num opacity) → String - Label for RaylibCoreModuleBase.SetWindowOpacity.
-
SetWindowPosition(
num x, num y) → String - Label for RaylibCoreModuleBase.SetWindowPosition.
-
SetWindowSize(
num width, num height) → String - Label for RaylibCoreModuleBase.SetWindowSize.
-
SetWindowState(
Iterable< ConfigFlags> flags) → String - Label for RaylibCoreModuleBase.SetWindowState.
-
SetWindowTitle(
String title) → String - Label for RaylibCoreModuleBase.SetWindowTitle.
-
ShowCursor(
) → String - Label for RaylibCoreModuleBase.ShowCursor.
-
StartAutomationEventRecording(
) → String - Label for RaylibCoreModuleBase.StartAutomationEventRecording.
-
StopAutomationEventRecording(
) → String - Label for RaylibCoreModuleBase.StopAutomationEventRecording.
-
SwapScreenBuffer(
) → String - Label for RaylibCoreModuleBase.SwapScreenBuffer.
-
TakeScreenshot(
String fileName) → String - Label for RaylibCoreModuleBase.TakeScreenshot.
-
ToggleBorderlessWindowed(
) → String - Label for RaylibCoreModuleBase.ToggleBorderlessWindowed.
-
ToggleFullscreen(
) → String - Label for RaylibCoreModuleBase.ToggleFullscreen.
-
toString(
) → String -
A string representation of this object.
inherited
-
TraceLog(
TraceLogLevel logLevel, String text) → String - Label for RaylibCoreModuleBase.TraceLog.
-
UnloadAutomationEventList(
AutomationEventListBase< AutomationEventListBase< list) → Stringdynamic, AutomationEventBase> , AutomationEventBase> - Label for RaylibCoreModuleBase.UnloadAutomationEventList.
-
UnloadDirectoryFiles(
FilePathListBase< FilePathListBase> files) → String - Label for RaylibCoreModuleBase.UnloadDirectoryFiles.
-
UnloadDroppedFiles(
FilePathListBase< FilePathListBase> files) → String - Label for RaylibCoreModuleBase.UnloadDroppedFiles.
-
UnloadFont(
FontBase< FontBase< font) → Stringdynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.UnloadFont.
-
UnloadFontData(
List< GlyphInfoBase< glyphs) → StringGlyphInfoBase< >dynamic, ImageBase> , ImageBase> - Label for RaylibCoreModuleBase.UnloadFontData.
-
UnloadImage(
ImageBase< ImageBase> image) → String - Label for RaylibCoreModuleBase.UnloadImage.
-
UnloadMaterial(
MaterialBase< MaterialBase< material) → Stringdynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase> - Label for RaylibCoreModuleBase.UnloadMaterial.
-
UnloadMesh(
MeshBase< MeshBase< mesh) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UnloadMesh.
-
UnloadModel(
ModelBase< ModelBase< model) → Stringdynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase> - Label for RaylibCoreModuleBase.UnloadModel.
-
UnloadModelAnimation(
ModelAnimationBase< ModelAnimationBase< anim) → Stringdynamic, BoneInfoBase, TransformBase< , BoneInfoBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UnloadModelAnimation.
-
UnloadModelAnimations(
List< ModelAnimationBase< animations) → StringModelAnimationBase< >dynamic, BoneInfoBase, TransformBase< , BoneInfoBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UnloadModelAnimations.
-
UnloadRenderTexture(
RenderTextureBase< RenderTextureBase< target) → Stringdynamic, TextureBase> , TextureBase> - Label for RaylibCoreModuleBase.UnloadRenderTexture.
-
UnloadShader(
ShaderBase< ShaderBase> shader) → String - Label for RaylibCoreModuleBase.UnloadShader.
-
UnloadTexture(
TextureBase< TextureBase> texture) → String - Label for RaylibCoreModuleBase.UnloadTexture.
-
UnloadVrStereoConfig(
VrStereoConfigBase< VrStereoConfigBase< config) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UnloadVrStereoConfig.
-
UpdateCamera(
Camera3DBase< Camera3DBase< camera, CameraMode mode) → Stringdynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UpdateCamera.
-
UpdateCameraPro(
Camera3DBase< Camera3DBase< camera, Vector3Base<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>Vector3Base, MatrixBase, QuaternionBase, Vector4Base> movement, Vector3Base<Vector3Base, MatrixBase, QuaternionBase, Vector4Base> rotation, num zoom) → String - Label for RaylibCoreModuleBase.UpdateCameraPro.
-
UpdateMeshBuffer(
MeshBase< MeshBase< mesh, num index, TypedDataList data, num offset) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UpdateMeshBuffer.
-
UpdateModelAnimation(
ModelBase< ModelBase< model, ModelAnimationBase<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>ModelAnimationBase< anim, num frame) → Stringdynamic, BoneInfoBase, TransformBase< , BoneInfoBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UpdateModelAnimation.
-
UpdateModelAnimationBones(
ModelBase< ModelBase< model, ModelAnimationBase<dynamic, MeshBase< , MeshBase<dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base, MaterialBase<dynamic, ShaderBase, MaterialMapBase< , ShaderBase, MaterialMapBase<dynamic, TextureBase, ColorBase> , TextureBase, ColorBase>dynamic, TextureBase, ColorBase> , TextureBase, ColorBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , BoneInfoBase>ModelAnimationBase< anim, num frame) → Stringdynamic, BoneInfoBase, TransformBase< , BoneInfoBase, TransformBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UpdateModelAnimationBones.
-
UpdateTexture(
TextureBase< TextureBase> texture, Uint8List pixels) → String - Label for RaylibCoreModuleBase.UpdateTexture.
-
UpdateTextureRec(
TextureBase< TextureBase> texture, RectangleBase<RectangleBase> rec, Uint8List pixels) → String - Label for RaylibCoreModuleBase.UpdateTextureRec.
-
UploadMesh(
MeshBase< MeshBase< mesh, bool dynamic) → Stringdynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - Label for RaylibCoreModuleBase.UploadMesh.
-
WaitTime(
num seconds) → String - Label for RaylibCoreModuleBase.WaitTime.
-
WindowShouldClose(
) → String - Label for RaylibCoreModuleBase.WindowShouldClose.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited