Applicasa.Core.isDoneLoading C# (CSharp) Method

isDoneLoading() public static method

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