Watch
2
0
Fork
You've already forked raylib-cs
0

More XmlDoc comments

This commit is contained in:
Rgebee 2021-11-11 12:00:42 +00:00
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,