14 lines
186 B
C#
14 lines
186 B
C#
namespace Valve.VR
|
|
{
|
|
public struct IntersectionMaskRectangle_t
|
|
{
|
|
public float m_flTopLeftX;
|
|
|
|
public float m_flTopLeftY;
|
|
|
|
public float m_flWidth;
|
|
|
|
public float m_flHeight;
|
|
}
|
|
}
|