子どもを全部削除する

		foreach ( Transform n in this.transform )
		{
			GameObject.Destroy(n.gameObject);
		}
最終更新:2015年09月03日 14:25