コード例 #1
0
        public void ReturnToPool()
        {
            if (Pool == null || TrackedComponent == false)
            {
                return;
            }

            Pool.AddItem(TrackedComponent);
        }