2025-10-09 17:36:27 +08:00

7 lines
122 B
C#

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