Add node started/finished signals for animation state machines
This commit is contained in:
@@ -153,6 +153,8 @@ public:
|
||||
|
||||
const StringName Start = "Start";
|
||||
const StringName End = "End";
|
||||
const StringName state_started = "state_started";
|
||||
const StringName state_finished = "state_finished";
|
||||
|
||||
const StringName FlatButton = "FlatButton";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user