diff options
| author | Juan Linietsky | 2018-06-25 16:21:57 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-25 16:22:41 -0300 |
| commit | 4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29 (patch) | |
| tree | 17eb49e6fd511e7a9e62d7111ba72041afeb9f31 /scene/animation/animation_blend_space.h | |
| parent | c45a8a574a7d7ead577a7668cc562ece75733266 (diff) | |
| download | godot-4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29.tar.gz godot-4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29.tar.zst godot-4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29.zip | |
Diffstat (limited to 'scene/animation/animation_blend_space.h')
| -rw-r--r-- | scene/animation/animation_blend_space.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scene/animation/animation_blend_space.h b/scene/animation/animation_blend_space.h index 3eda3d2d3..921ad4098 100644 --- a/scene/animation/animation_blend_space.h +++ b/scene/animation/animation_blend_space.h @@ -70,8 +70,8 @@ public: void set_snap(const Vector2 &p_snap); Vector2 get_snap() const; - void set_blend_pos(const Vector2 &p_pos); - Vector2 get_blend_pos() const; + void set_blend_position(const Vector2 &p_pos); + Vector2 get_blend_position() const; void set_x_label(const String &p_label); String get_x_label() const; @@ -79,8 +79,8 @@ public: void set_y_label(const String &p_label); String get_y_label() const; - float process(float p_time, bool p_seek); - String get_caption() const; + virtual float process(float p_time, bool p_seek); + virtual String get_caption() const; Vector2 get_closest_point(const Vector2 &p_point); |
