1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Show play position of sub state machine

Sub state machine now show the play position of the current state
playing.
This commit is contained in:
Guilherme Felipe
2019-01-05 20:04:01 -02:00
parent 9eb9335608
commit 771fbd282a
2 changed files with 22 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ class AnimationNodeStateMachineEditor : public AnimationTreeNodeEditorPlugin {
StringName last_current_node;
Vector<StringName> last_travel_path;
float last_play_pos;
float play_pos;
float error_time;
String error_text;