Exemple #1
0
        private void Start()
        {
            //OBB o1 = new OBB(Vector2.zero, new Vector2(2, 2), 45);
            //Vector2 v1, v2, v3, v4;
            //o1.GetVert(out v1, out v2, out v3, out v4);
            //Debug.Log(" " + v1 + " " + v2 + " " + v3 + " " + v4);

            GlobleConfig.SetPlatformPrefix(Client.m_prefix);
            //Handheld.PlayFullScreenMovie("first_movie.mov", Color.black, FullScreenMovieControlMode.CancelOnInput);
            Inst();
            Init();
        }
Exemple #2
0
        public int GetFileSize(string url)
        {
            string fullUrl = GlobleConfig.GetFileServerPath() + url;

            return((int)GetHttpFileSize(fullUrl));
        }