Redo partial change
This commit is contained in:
parent
014b1a3596
commit
370ab8d9f3
17 changed files with 30 additions and 30 deletions
|
|
@ -7,7 +7,7 @@ namespace Raylib_cs
|
|||
/// Ray, ray for raycasting
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct Ray
|
||||
public partial struct Ray
|
||||
{
|
||||
/// <summary>
|
||||
/// Ray position (origin)
|
||||
|
|
@ -30,7 +30,7 @@ namespace Raylib_cs
|
|||
/// Raycast hit information
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct RayCollision
|
||||
public partial struct RayCollision
|
||||
{
|
||||
/// <summary>
|
||||
/// Did the ray hit something?
|
||||
|
|
|
|||
Loading…
Reference in a new issue