示例#1
0
 public override void OnDebugStateChange(DebugMode state)
 {
     gameEditorButton.SetActive(state.Is(DebugMode.Global));
 }