update method
Implementation
@override
Future update(ui.NodeContext context) async {
await super.update(context);
action.update(context.dt);
}
@override
Future update(ui.NodeContext context) async {
await super.update(context);
action.update(context.dt);
}