コード例 #1
0
        public void Destroy()
        {
            for (int i = 0; i < effectNum; i++)
            {
                ActorParabolaUnit ap = apList[i];
                ap.Destroy();
                apList[i] = null;
            }

            apList = null;
        }