2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

More XmlDoc comments

This commit is contained in:
2021-11-11 12:00:42 +00:00
parent 88c14c6350
commit f9e39d3226
8 changed files with 63 additions and 27 deletions

View File

@@ -38,7 +38,9 @@ namespace Raylib_cs
}
}
/// <summary>Camera system modes</summary>
/// <summary>
/// Camera system modes
/// </summary>
public enum CameraMode
{
CAMERA_CUSTOM = 0,
@@ -48,7 +50,9 @@ namespace Raylib_cs
CAMERA_THIRD_PERSON
}
/// <summary>Camera projection</summary>
/// <summary>
/// Camera projection
/// </summary>
public enum CameraProjection
{
CAMERA_PERSPECTIVE = 0,