mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Split Enums, Structs & Classes into own files
This commit is contained in:
9
Raylib-cs/CameraProjection.cs
Normal file
9
Raylib-cs/CameraProjection.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Raylib_cs
|
||||
{
|
||||
/// <summary>Camera projection</summary>
|
||||
public enum CameraProjection
|
||||
{
|
||||
CAMERA_PERSPECTIVE = 0,
|
||||
CAMERA_ORTHOGRAPHIC
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user