Applicasa.Core.isDoneLoading C# (CSharp) 메소드

isDoneLoading() 공개 정적인 메소드

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