Пример #1
0
    public void StartDepthSensingLoopEvent()
    {
#if ENABLE_WINMD_SUPPORT
        Debug.Log("depth sensor loop start signal sent");
        researchMode.StartDepthSensorLoop();
#endif
    }
Пример #2
0
    public void StartDepthSensingLoopEvent()
    {
#if ENABLE_WINMD_SUPPORT
        researchMode.StartDepthSensorLoop();
#endif
    }