Files
PrinceOfGlory/Packages/com.unity.xr.openxr.picoxr/Enterprise/Scripts/Enums/PowerOnOffLogoEnum.cs
2026-03-03 03:15:46 +08:00

9 lines
173 B
C#

namespace Unity.XR.PICO.TOBSupport
{
public enum PowerOnOffLogoEnum
{
PLPowerOnLogo=0,
PLPowerOnAnimation=1,
PLPowerOffAnimation=2
}
}