コード例 #1
0
 private void OnDisable() => targetGraph?.Exit();
コード例 #2
0
 public void Stop()
 {
     targetGraph?.Exit();
 }