Small fixes 1
This commit is contained in:
parent
26b0a0dac4
commit
f655c1a9e6
8 changed files with 28 additions and 16 deletions
|
|
@ -44,7 +44,9 @@ namespace Raylib_cs
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>Ray, ray for raycasting</summary>
|
||||
/// <summary>
|
||||
/// Ray, ray for raycasting
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct Ray
|
||||
{
|
||||
|
|
@ -65,7 +67,9 @@ namespace Raylib_cs
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>Raycast hit information</summary>
|
||||
/// <summary>
|
||||
/// Raycast hit information
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct RayCollision
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue