Implement AnimationManager the base class of AnimationPlayer/Tree
This commit is contained in:
@ -55,8 +55,8 @@ private:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
void set_animation_path(const NodePath &p_path);
|
||||
NodePath get_animation_path() const;
|
||||
void set_animation_mixer(const NodePath &p_path);
|
||||
NodePath get_animation_mixer() const;
|
||||
|
||||
void set_color(const Color &p_color);
|
||||
Color get_color() const;
|
||||
|
||||
Reference in New Issue
Block a user