Matorio
d723905f5c
Extensions and explicit types
...
Added a new "RaylibExtensions" static class that gives overloaded extension methods to types so you can use them directly instead of calling the raylib class for everything.
Two new types: "Circle" and "Line"
All the "var" variables were changed to explicit types on the raylib class.
"MakeDirectory" overload, and string version of "GetApplicationDirectory" and "GetWorkingDirectory" methods.
2025-06-20 18:41:16 -05:00
..
native
Extensions and explicit types
2025-06-20 18:41:16 -05:00
AudioCallback.cs
AttachAudioMixedProcessor Utils for easy callback ( #215 )
2024-02-24 08:44:13 +00:00
AudioMixed.cs
AttachAudioMixedProcessor Utils for easy callback ( #215 )
2024-02-24 08:44:13 +00:00
AudioStream.cs
Split audio types into separate files
2023-09-23 10:36:51 +01:00
Automation.cs
Update to raylib 5.5 ( #279 )
2024-12-21 15:00:13 +00:00
BoundingBox.cs
Add .editorconfig and apply formatting
2023-08-27 15:20:26 +01:00
Camera2D.cs
Add .editorconfig and apply formatting
2023-08-27 15:20:26 +01:00
Camera3D.cs
Update enum/color names to match C# naming convention ( #224 )
2024-01-18 19:00:57 +00:00
Circle.cs
Extensions and explicit types
2025-06-20 18:41:16 -05:00
Color.cs
Additional Color Constructors ( #261 )
2024-08-10 08:19:43 +00:00
Core.cs
Update enum/color names to match C# naming convention ( #224 )
2024-01-18 19:00:57 +00:00
Font.cs
Update enum/color names to match C# naming convention ( #224 )
2024-01-18 19:00:57 +00:00
Image.cs
Update PixelFormat ( #292 )
2025-01-30 18:39:23 +00:00
Input.cs
Update to raylib 5.5 ( #279 )
2024-12-21 15:00:13 +00:00
Line.cs
Extensions and explicit types
2025-06-20 18:41:16 -05:00
Logging.cs
Add .editorconfig and apply formatting
2023-08-27 15:20:26 +01:00
Material.cs
Update enum/color names to match C# naming convention ( #224 )
2024-01-18 19:00:57 +00:00
Mesh.cs
Update to raylib 5.5 ( #279 )
2024-12-21 15:00:13 +00:00
Model.cs
Port to Raylib-5.0.0 ( #210 )
2023-12-27 12:17:57 +00:00
Music.cs
Port to Raylib-5.0.0 ( #210 )
2023-12-27 12:17:57 +00:00
NPatchInfo.cs
Update enum/color names to match C# naming convention ( #224 )
2024-01-18 19:00:57 +00:00
Ray.cs
Update to raylib 5.5 ( #279 )
2024-12-21 15:00:13 +00:00
Raylib.Utils.cs
Extensions and explicit types
2025-06-20 18:41:16 -05:00
Rectangle.cs
Fix ExportImageToMemory and formatting issues ( #245 )
2024-05-25 08:53:30 +01:00
RenderBatch.cs
Update to raylib 5.5 ( #279 )
2024-12-21 15:00:13 +00:00
RenderTexture2D.cs
Add .editorconfig and apply formatting
2023-08-27 15:20:26 +01:00
Rlgl.Utils.cs
Update to raylib 5.5 ( #279 )
2024-12-21 15:00:13 +00:00
Shader.cs
Update to raylib 5.5 ( #279 )
2024-12-21 15:00:13 +00:00
Sound.cs
Port to Raylib-5.0.0 ( #210 )
2023-12-27 12:17:57 +00:00
Texture2D.cs
Update to raylib 5.5 ( #279 )
2024-12-21 15:00:13 +00:00
Transform.cs
Fix typo in Transform struct summary ( #289 )
2025-01-18 08:35:11 +00:00
Wave.cs
Port to Raylib-5.0.0 ( #210 )
2023-12-27 12:17:57 +00:00