Class LevelEditor
Responsible for customising the LevelManager inspector window to allow level generation via the inspector.
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class LevelEditor : Editor
Methods
OnInspectorGUI()
Function from built in editor class. Implemented to make the custom inspector, adding custom GUI elements.
Declaration
public override void OnInspectorGUI()