Goal: To display that action is currently in action and/or unavailable.
A simple rotating circle and/or a radial going from 0 to 360 degrees then reappearing.
Options.
-subclass or modify each button to have a public boolean to set if in spinning/loading status.
Goal;
-effects constructor, logic and renderer.
-The loading status does not need to be saved as it is a temporary action when saving button data.
--When in loading status; the click functionality of button is temporarily disabled until the loading status disappears.
This is definitely doable, but not priority. Will move to Fall 2024 and possible Winter 2024 as current goal now is engine and editor, not PawGUI updates.
Goal: To display that action is currently in action and/or unavailable.
A simple rotating circle and/or a radial going from 0 to 360 degrees then reappearing.
Options. -subclass or modify each button to have a public boolean to set if in spinning/loading status.
Goal; -effects constructor, logic and renderer. -The loading status does not need to be saved as it is a temporary action when saving button data. --When in loading status; the click functionality of button is temporarily disabled until the loading status disappears.