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.
This commit is contained in:
parent
e09d6a4daa
commit
d723905f5c
5 changed files with 751 additions and 77 deletions
|
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System;
|
||||
|
||||
namespace Raylib_cs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue