3#include "mc/_HeaderOutputPredefine.h"
7namespace Editor::Settings {
struct AudioProps; }
11namespace Editor::Settings {
23 Audio& operator=(Audio
const&);
37 MCNAPI ::Editor::Settings::AudioProps
const& getProperties()
const;
MCAPI bool getAreSoundsMuted() const
MCAPI void setIsMusicMuted(bool newIsMuted)
MCAPI void * $ctor(::std::function< void(::Editor::Settings::AudioProps const &)> callback)
MCAPI Audio(::std::function< void(::Editor::Settings::AudioProps const &)> callback)
MCAPI void updateSettings(::Editor::Settings::AudioProps const &props, bool notifyUpdate)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI bool getIsMusicMuted() const
MCAPI void setAreSoundsMuted(bool newIsMuted)
Definition AudioProps.h:7
Definition ReflectionCtx.h:11