Cyrus Mod Loader
Loading...
Searching...
No Matches
WidgetBackground.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/Texture.h>
5
7public:
8 float getFBackgroundAlpha() { // Property Generated Getter
9 return *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x48);
10 }
11
12 void setFBackgroundAlpha(float val) { // Property Generated Setter
13 *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x48) = val;
14 }
15
16 SharedPointer<Texture> * getPTopLeftBackgroundAlphaMask() { // Property Generated Getter
17 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0x50);
18 }
19
20 void setPTopLeftBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
21 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0x50) = val;
22 }
23
24 SharedPointer<Texture> * getPTopRightBackgroundAlphaMask() { // Property Generated Getter
25 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0x60);
26 }
27
28 void setPTopRightBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
29 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0x60) = val;
30 }
31
32 SharedPointer<Texture> * getPBottomLeftBackgroundAlphaMask() { // Property Generated Getter
33 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0x70);
34 }
35
36 void setPBottomLeftBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
37 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0x70) = val;
38 }
39
40 SharedPointer<Texture> * getPBottomRightBackgroundAlphaMask() { // Property Generated Getter
41 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0x80);
42 }
43
44 void setPBottomRightBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
45 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0x80) = val;
46 }
47
48 SharedPointer<Texture> * getPBottomBackgroundAlphaMask() { // Property Generated Getter
49 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0x90);
50 }
51
52 void setPBottomBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
53 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0x90) = val;
54 }
55
56 SharedPointer<Texture> * getPTopBackgroundAlphaMask() { // Property Generated Getter
57 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0xA0);
58 }
59
60 void setPTopBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
61 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0xA0) = val;
62 }
63
64 SharedPointer<Texture> * getPLeftBackgroundAlphaMask() { // Property Generated Getter
65 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0xB0);
66 }
67
68 void setPLeftBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
69 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0xB0) = val;
70 }
71
72 SharedPointer<Texture> * getPRightBackgroundAlphaMask() { // Property Generated Getter
73 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0xC0);
74 }
75
76 void setPRightBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
77 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0xC0) = val;
78 }
79
80 SharedPointer<Texture> * getPCenterBackgroundAlphaMask() { // Property Generated Getter
81 return reinterpret_cast<SharedPointer<Texture> *>(reinterpret_cast<uintptr_t>(this) + 0xD0);
82 }
83
84 void setPCenterBackgroundAlphaMask(SharedPointer<Texture> * val) { // Property Generated Setter
85 *reinterpret_cast<SharedPointer<Texture> **>(reinterpret_cast<uintptr_t>(this) + 0xD0) = val;
86 }
87
88};
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition WidgetBackground.h:6
SharedPointer< Texture > * getPTopLeftBackgroundAlphaMask()
Definition WidgetBackground.h:16
SharedPointer< Texture > * getPTopRightBackgroundAlphaMask()
Definition WidgetBackground.h:24
void setPLeftBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:68
void setFBackgroundAlpha(float val)
Definition WidgetBackground.h:12
void setPRightBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:76
float getFBackgroundAlpha()
Definition WidgetBackground.h:8
void setPBottomLeftBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:36
SharedPointer< Texture > * getPLeftBackgroundAlphaMask()
Definition WidgetBackground.h:64
SharedPointer< Texture > * getPBottomLeftBackgroundAlphaMask()
Definition WidgetBackground.h:32
SharedPointer< Texture > * getPTopBackgroundAlphaMask()
Definition WidgetBackground.h:56
void setPCenterBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:84
SharedPointer< Texture > * getPBottomBackgroundAlphaMask()
Definition WidgetBackground.h:48
SharedPointer< Texture > * getPBottomRightBackgroundAlphaMask()
Definition WidgetBackground.h:40
void setPTopLeftBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:20
void setPBottomBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:52
void setPTopRightBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:28
void setPBottomRightBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:44
SharedPointer< Texture > * getPRightBackgroundAlphaMask()
Definition WidgetBackground.h:72
SharedPointer< Texture > * getPCenterBackgroundAlphaMask()
Definition WidgetBackground.h:80
void setPTopBackgroundAlphaMask(SharedPointer< Texture > *val)
Definition WidgetBackground.h:60