Optimise Object's get_argument_options
This commit is contained in:
@ -103,7 +103,9 @@ public:
|
||||
void clear(const StringName &p_anim);
|
||||
void clear_all();
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
|
||||
#endif
|
||||
|
||||
SpriteFrames();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user