コード例 #1
0
    override public void destroy()
    {
        base.destroy();

        mRect2.destroy();
        mRect2 = null;
        if (box != null)
        {
            box.destroy();
            box = null;
        }
        mHitBoxManager.destroy();
        mHitBoxManager = null;
    }
コード例 #2
0
    public override void destroy()
    {
        base.destroy();

        mMap.destroy();
        mMap = null;

        mAndy.destroy();
        mAndy = null;

        mBigEnemy.destroy();
        mBigEnemy = null;

        mHitBoxManager.destroy();

        /*title.destroy();
         * title = null;*/
    }