示例#1
0
 private void OnMouseEnter()
 {
     mouse_over = true;
     StartCoroutine(ClickListener());
     clickable.OnHoverStart();
 }