📅  最后修改于: 2022-03-11 14:48:47.036000             🧑  作者: Mango
using UnityEngine;
using System.Collections;
public class OnMouseDownExample : MonoBehaviour
{
void OnMouseDown()
{
print (name);
}
}