纳金网
标题:
判斷碰撞次數
[打印本页]
作者:
她。
时间:
2013-3-4 08:08
标题:
判斷碰撞次數
請高手解答~我要讓敵人enemy碰到物件Player,當敵人enemy碰撞物件Player達到三次時,物件Player會轉換成物件thing請問程式如何寫? 以下是我試寫的 var thing ;
function OnCollisionEnter(theCollision : Collision){ if(theCollision.gameObject.name == "enemy"){ Destroy(gameObject); Instantiate(thing,transform.position,transform.rotation); } else if(theCollision.gameObject.name == "
C"){ Debug.Log("Nothing"); }}
欢迎光临 纳金网 (http://old.narkii.com/club/)
Powered by Discuz! X2.5