14 lines
136 B
C#
14 lines
136 B
C#
namespace Valve.VR
|
|
{
|
|
public struct HmdVector4_t
|
|
{
|
|
public float v0;
|
|
|
|
public float v1;
|
|
|
|
public float v2;
|
|
|
|
public float v3;
|
|
}
|
|
}
|