Preserve raylib types
Removed "Cricle" and "Line" structs (and their extension methods) to conserve only raylib types. Added "Dimensions" property to "Texture2D" Added another "Load" overload for the "Texture2D" extensions (load from memory) New overloads for the "LoadFileData" and "SaveFileData" methods
This commit is contained in:
parent
d723905f5c
commit
c0a9549454
11 changed files with 121 additions and 299 deletions
|
|
@ -1,5 +1,5 @@
|
|||
using System.Numerics;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Numerics;
|
||||
using System.Security;
|
||||
|
||||
namespace Raylib_cs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue