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

update Ray.Direction description

This commit is contained in:
JupiterRider 2024-12-03 19:22:28 +01:00
commit 82cda760a8

View file

@ -15,7 +15,7 @@ public partial struct Ray
public Vector3 Position;
/// <summary>
/// Ray direction
/// Ray direction (normalized)
/// </summary>
public Vector3 Direction;