public class ObjectTouch : MonoBehaviour { //Called on mouse down void OnMouseDown() { Debug.Log ("You clicked me"); } } The OnMouseDown function is not the ...
確定! 回上一頁