示例#1
0
文件: Item.cs 项目: Aventhor/VISUCT
 public void OnPointerExit()
 {
     isActive = !isActive;
     gaze.Resetinator();
 }