C# Class NaturalResourcesBrush.Detours.TerrainToolDetour

Inheritance: TerrainTool
Show file Open project: earalov/Skylines-NaturalResourcesBrush Class Usage Examples

Public Properties

Property Type Description
isDitch bool
m_sizeMode SizeMode

Private Properties

Property Type Description
ApplyBrush void
ApplyUndo void
Awake void
EndStroke void
GetFreeUndoSpace int
IsUndoAvailable bool
OnDestroy void
OnDisable void
OnEnable void
OnLevelLoaded void
OnToolGUI void
OnToolLateUpdate void
OnToolUpdate void
ResetUndoBuffer void
SimulationStep void
Undo void

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
BaseAwake ( ) : void
BaseOnDestroy ( ) : void
BaseOnDisable ( ) : void
BaseOnEnable ( ) : void

Private Methods

Method Description
ApplyBrush ( ) : void
ApplyUndo ( ) : void
Awake ( ) : void
EndStroke ( ) : void
GetFreeUndoSpace ( ) : int
IsUndoAvailable ( ) : bool
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnLevelLoaded ( SimulationManager mode ) : void
OnToolGUI ( UnityEngine e ) : void
OnToolLateUpdate ( ) : void
OnToolUpdate ( ) : void
ResetUndoBuffer ( ) : void
SimulationStep ( ) : void
Undo ( TerrainTool tool ) : void

Method Details

BaseAwake() protected method

protected BaseAwake ( ) : void
return void

BaseOnDestroy() protected method

protected BaseOnDestroy ( ) : void
return void

BaseOnDisable() protected method

protected BaseOnDisable ( ) : void
return void

BaseOnEnable() protected method

protected BaseOnEnable ( ) : void
return void

Dispose() public static method

public static Dispose ( ) : void
return void

Property Details

isDitch public static property

public static bool isDitch
return bool

m_sizeMode public static property

public static SizeMode m_sizeMode
return SizeMode