コード例 #1
0
    } //end function

    void ReturnToPool(Poolable obj)
    {
        obj.MoveToPool <BackgroundPool>(this);
    }