コード例 #1
0
        //public static void CheckForManagerRefresh( bool UseDepth, bool UseSkeleton )
        public static void CheckForManagerRefresh(ExpSettings.DATA_REQUESTED dataRequested)
        {
            if (_Instance == null)
            {
                return;
            }

            //_Instance.StartCoroutine( _Instance._CheckForManagerRefresh(UseDepth, UseSkeleton) );
            _Instance.StartCoroutine(_Instance._CheckForManagerRefresh(dataRequested));
        }