mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-07-02 19:13:43 -04:00
Update to raylib 4.5 (#149)
* Update bindings to raylib 4.5 * Review naming, comments and formatting
This commit is contained in:
@ -38,12 +38,12 @@ namespace Raylib_cs
|
||||
public CBool hit;
|
||||
|
||||
/// <summary>
|
||||
/// Distance to nearest hit
|
||||
/// Distance to the nearest hit
|
||||
/// </summary>
|
||||
public float distance;
|
||||
|
||||
/// <summary>
|
||||
/// Position of nearest hit
|
||||
/// Point of the nearest hit
|
||||
/// </summary>
|
||||
public Vector3 point;
|
||||
|
||||
|
Reference in New Issue
Block a user