コード例 #1
0
/// オブジェクトの配置
///---------------------------------------------------------------------------

        public bool frameObjPlace()
        {
            SceneDebugObjPlace nextScene = new SceneDebugObjPlace();

            if (nowTaskId == debugMenuTaskId.EnemyPlace)
            {
                nextScene.SetTrgType(0);
            }
            else
            {
                nextScene.SetTrgType(1);
            }

            useSceneMgr.Next(nextScene, true);
            return(true);
        }
コード例 #2
0
        /// オブジェクトの配置
        ///---------------------------------------------------------------------------
        public bool frameObjPlace()
        {
            SceneDebugObjPlace nextScene = new SceneDebugObjPlace();

            if( nowTaskId == debugMenuTaskId.EnemyPlace ){
            nextScene.SetTrgType( 0 );
            }
            else{
            nextScene.SetTrgType( 1 );
            }

            useSceneMgr.Next( nextScene, true );
            return true;
        }