ApplicasaIsDoneLoading() private method

private ApplicasaIsDoneLoading ( ) : bool
return bool
示例#1
0
        public static bool isDoneLoading()
        {
#if UNITY_IPHONE && !UNITY_EDITOR
            return(Core.ApplicasaIsDoneLoading());
#else
            return(true);
#endif
        }