2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C);
20 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C) = val;
24 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
28 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
32 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54);
36 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54) = val;
40 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
44 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
Definition ComplexRotationInfo.h:5
void setDurationSeconds(float val)
Definition ComplexRotationInfo.h:43
float getDurationSeconds()
Definition ComplexRotationInfo.h:39
float getEndWeight()
Definition ComplexRotationInfo.h:23
float getDesiredSpeed()
Definition ComplexRotationInfo.h:31
void setEndWeight(float val)
Definition ComplexRotationInfo.h:27
float getMiddleWeight()
Definition ComplexRotationInfo.h:15
void setDesiredSpeed(float val)
Definition ComplexRotationInfo.h:35
float getStartWeight()
Definition ComplexRotationInfo.h:7
void setStartWeight(float val)
Definition ComplexRotationInfo.h:11
void setMiddleWeight(float val)
Definition ComplexRotationInfo.h:19
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86