Methods

(static) OnScreenHidden() → {void}

JRScreen hook called when the screen is hidden by the screen manager

Returns:
Type: 
void

(static) OnScreenShown() → {void}

JRScreen hook called when the screen is displayed by the screen manager

Returns:
Type: 
void

(static) destroy() → {void}

destroy: Full teardown releasing all resources before component removal Called automatically by SceneManager.popScene() / clearScenes()

Returns:
Type: 
void

(static) init() → {void}

Returns:
Type: 
void

(static) loadLibraries() → {void}

Returns:
Type: 
void

(static) postFinished() → {void}

Triggered by m.postTask after completing a post. Empty the task data when finished.

Returns:
Type: 
void

(static) refresh() → {void}

Returns:
Type: 
void