コード例 #1
0
 private void Update()
 {
     if (Input.GetKeyDown(KeyCode.T))
     {
         _emitter.Play();
     }
 }
コード例 #2
0
 private void Update()
 {
     if (Input.GetButtonDown("Warp"))
     {
         _emitter.Play();
     }
 }