10 lines
213 B
C#
10 lines
213 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VROverlayIntersectionMaskPrimitive_t
|
|
{
|
|
public EVROverlayIntersectionMaskPrimitiveType m_nPrimitiveType;
|
|
|
|
public VROverlayIntersectionMaskPrimitive_Data_t m_Primitive;
|
|
}
|
|
}
|