2025-10-17 10:23:59 +08:00

7 lines
122 B
C#

namespace Unity.XR.PXR
{
public class PXR_Constants
{
public const string SDKVersion = "3.3.1";
}
}