3#include "mc/_HeaderOutputPredefine.h"
7namespace Editor::Settings {
struct SpeedProps; }
11namespace Editor::Settings {
23 Speed& operator=(Speed
const&);
35 MCNAPI ::Editor::Settings::SpeedProps
const& getProperties()
const;
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::std::function< void(::Editor::Settings::SpeedProps const &)> callback)
MCAPI Speed(::std::function< void(::Editor::Settings::SpeedProps const &)> callback)
MCAPI void setFlySpeedMultiplier(float newSpeed)
MCAPI float getFlySpeedMultiplier() const
MCAPI void updateSettings(::Editor::Settings::SpeedProps const &props, bool notifyUpdate)
Definition SpeedProps.h:7
Definition ReflectionCtx.h:11