C# Class DrawWindow, Joyful

Inheritance: Section
Datei anzeigen Open project: GDCASU/Joyful Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Destroy ( ) : void
DrawWindow ( TilerWindow, window ) : System
New ( ) : void
OnDisable ( bool compiling ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Save ( ) : void
SetBrush ( TileTexture texture ) : bool
ToolBar ( ) : void

Private Methods

Method Description
DrawMap ( ) : void
DrawSelectionBox ( ) : void
DuplicateCheck ( ) : bool
Events ( ) : void
GetGridPoint ( ) : void
GlobalInputHack ( ) : void
MouseEvents ( ) : void
NoRightMouseAltInput ( ) : bool
OnHierachyChange ( ) : void
OnNew ( Object obj ) : void
Paint ( ) : void
PanWindow ( ) : void
RefreshMaps ( ) : void
SaveMap ( TilerMap map ) : void
SetCameraHeight ( ) : void
SetMap ( int index ) : void
SetMapChange ( int index ) : void
SetMapMask ( int mask ) : void
Windows ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

DrawWindow() public method

public DrawWindow ( TilerWindow, window ) : System
window TilerWindow,
return System

New() public method

public New ( ) : void
return void

OnDisable() public method

public OnDisable ( bool compiling ) : void
compiling bool
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SetBrush() public method

public SetBrush ( TileTexture texture ) : bool
texture TileTexture
return bool

ToolBar() public method

public ToolBar ( ) : void
return void