Пример #1
0
 protected virtual void Update()
 {
     //右クリックで戻る
     if (isInit && InputUtil.IsMouseRightButtonDown())
     {
         Gallery.Back();
     }
 }
Пример #2
0
 void Update()
 {
     //右クリックで戻る
     if (isInit && InputUtil.IsMousceRightButtonDown())
     {
         Gallery.Back();
     }
 }