2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
20 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
Definition InteractiveMusicNote.h:5
std::string getNoteName()
Definition InteractiveMusicNote.h:7
void setDuration(float val)
Definition InteractiveMusicNote.h:19
float getDuration()
Definition InteractiveMusicNote.h:15
void setNoteName(std::string val)
Definition InteractiveMusicNote.h:11
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86