コード例 #1
0
 public void SetActive(bool shouldBeActive)
 {
     isActive = shouldBeActive;
     inactivityColorRect.SetVisible(!shouldBeActive);
 }