C# Class DrawLinesEditors.GridWindowEditor

Inheritance: EditorWindow
Exibir arquivo Open project: Stumpstump/RoverGame Class Usage Examples

Public Methods

Method Description
Init ( Level lvl, string lvlTitle, int NOR, int NOC ) : void

Private Methods

Method Description
OnGUI ( ) : void
getGridCellTexture ( int gridCellndex ) : void

Method Details

Init() public static method

public static Init ( Level lvl, string lvlTitle, int NOR, int NOC ) : void
lvl Level
lvlTitle string
NOR int
NOC int
return void