Files

7 lines
122 B
C#
Raw Permalink Normal View History

2025-11-13 17:40:28 +08:00
namespace Unity.XR.PXR
{
public class PXR_Constants
{
public const string SDKVersion = "3.3.2";
}
}