QuickStart: Difference between revisions

From Archon Wiki
Jump to navigation Jump to search
(Created page with "= Iteration = Archon is designed to support rapid iteration, as such you can dynamically reload the following types of assets. ;Shaders (SHIFT+F1) :Reloads all the currently...")
 
Line 10: Line 10:
;Textures (CONTROL+HOME)
;Textures (CONTROL+HOME)
:Reloads any textures which have changed since loading.
:Reloads any textures which have changed since loading.
;Strings and UI files (CTRL+END)
: Reloads strings and UI files.

Revision as of 07:26, 18 June 2016

Iteration

Archon is designed to support rapid iteration, as such you can dynamically reload the following types of assets.

Shaders (SHIFT+F1)
Reloads all the currently loaded shaders. Edit and continue supported for shader errors.
Scripts (SHIFT+F4)
Reloads all currently loaded scripts. Edit and continue supported.
Textures (CONTROL+HOME)
Reloads any textures which have changed since loading.
Strings and UI files (CTRL+END)
Reloads strings and UI files.