相关考题
-
单项选择题
下列选项中,可以找到隐藏物体的方法是()
A.GameObject.FindWithTag()
B.GameObject.Find()
C.transform.Find()
D.transform.FindWithTag() -
单项选择题
实现鼠标拉近人物模型,人物模型自动看向摄像机(时时)需要使用什么技术()
A.遮罩技术
B.动画头部IK
C.动画事件
D.动画融合 -
单项选择题
Unity中鼠标的位置用屏幕的像素坐标表示,描述正确的是()
A.左上?为坐标原点(0,0),右下?为(Screen.width,Screen.height)
B.右上?为坐标原点(0,0),左下?为(Screen.width,Screen.height)
C.左下?为坐标原点(0,0),右上?为(Screen.width,Screen.height)
D.右下?为坐标原点(0,0),左上?为(Screen.width,Screen.height)