Implement #32347 - RichTextLabel's Item and Item* structs should not inherit Object, it's too expensive
This commit is contained in:
parent
edf9055b7f
commit
25704e81fa
4 changed files with 93 additions and 144 deletions
|
|
@ -64,6 +64,8 @@ public:
|
|||
Dictionary environment;
|
||||
|
||||
CharFXTransform();
|
||||
~CharFXTransform();
|
||||
|
||||
uint64_t get_relative_index() { return relative_index; }
|
||||
void set_relative_index(uint64_t p_index) { relative_index = p_index; }
|
||||
uint64_t get_absolute_index() { return absolute_index; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue