ApplicasaIsDoneLoading() private méthode

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