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:
12
Raylib-cs/CameraMode.cs
Normal file
12
Raylib-cs/CameraMode.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Raylib_cs
|
||||
{
|
||||
/// <summary>Camera system modes</summary>
|
||||
public enum CameraMode
|
||||
{
|
||||
CAMERA_CUSTOM = 0,
|
||||
CAMERA_FREE,
|
||||
CAMERA_ORBITAL,
|
||||
CAMERA_FIRST_PERSON,
|
||||
CAMERA_THIRD_PERSON
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user