public void SetCurrentMuteType(bool type)
    {
        _muteState = type;

        MoverioController controller = MoverioController.Instance;

        controller.MuteDisplay(_muteState);
        controller.MuteAudio(_muteState);
    }
 void Awake()
 {
     _instance = this;
 }
예제 #3
0
 void Awake()
 {
     _instance = this;
 }