예제 #1
0
 private void Start()
 {
     if (inputModule == null)
     {
         inputModule = EventSystem.current.GetComponent <CustomStandaloneInputModule>();
     }
 }