Applicasa.Core.ApplicasaIsDoneLoading C# (CSharp) Méthode

ApplicasaIsDoneLoading() private méthode

private ApplicasaIsDoneLoading ( ) : bool
Résultat bool
        private static extern bool ApplicasaIsDoneLoading();

Usage Example

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