class StateData
package backend
Static methods
staticloadStateData(name:String):StateData
Loads a state manifest file by state name (e.g. MainMenuState fetches data from states/MainMenuState.json to be used in MainMenuState)
Constructor
Variables
editorData:EditorData
Field representing EditorData, to make your editor states appear in the Editor Menu.