纳金网

标题: U3D里怎么设置模型显示的距离呢 [打印本页]

作者: 比巴卜    时间: 2012-9-21 10:48
标题: U3D里怎么设置模型显示的距离呢
U3D里怎么设置模型显示的距离呢

作者: 比巴卜    时间: 2012-9-28 10:23
Vector3.Distance  是这个吧?

作者: 艾西格亚    时间: 2012-9-28 12:15
Vector3.DistanceReturns the distance between a and b.
是这个没错,官方手册里面有写到


作者: 艾西格亚    时间: 2012-9-30 02:19
以玩家与敌人为例,可以加入这个代码:
var distance : Vector3.Distance ( target.transform.position,transform.position);

     Debug.Log(distance);



target 表示敌人,这样就可以显示出两者之间的距离.




欢迎光临 纳金网 (http://go.narkii.com/club/) Powered by Discuz! X2.5