C# Class DrawLinesEditors.GridWindowEditor

Inheritance: EditorWindow
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Méthode Description
Init ( Level lvl, string lvlTitle, int NOR, int NOC ) : void

Private Methods

Méthode Description
OnGUI ( ) : void
getGridCellTexture ( int gridCellndex ) : void

Method Details

Init() public static méthode

public static Init ( Level lvl, string lvlTitle, int NOR, int NOC ) : void
lvl Level
lvlTitle string
NOR int
NOC int
Résultat void