コード例 #1
0
 protected virtual void Update()
 {
     if (this == Instances[0])
     {
         if (LeanInput.GetDown(CloseKey) == true)
         {
             CloseTopMost();
         }
     }
 }