Files
acRealman_xr/unity/PICO-Unity-Integration-SDK-release_3.4.0/Enterprise/Scripts/Enums/PowerOnOffLogoEnum.cs
2026-05-30 16:04:37 +08:00

9 lines
173 B
C#
Executable File

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