C# Class FC3Editor.Tools.ToolTerrainRaiseLower

Inheritance: ToolPaint
Mostra file Open project: Azerothian/fc3editor

Public Methods

Method Description
GetContextHelp ( ) : string
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
ToolTerrainRaiseLower ( ) : System

Protected Methods

Method Description
OnEndPaint ( ) : void
OnPaint ( float dt, Vec2 pos ) : void

Method Details

GetContextHelp() public method

public GetContextHelp ( ) : string
return string

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

GetToolImage() public method

public GetToolImage ( ) : Image
return Image

GetToolName() public method

public GetToolName ( ) : string
return string

OnEndPaint() protected method

protected OnEndPaint ( ) : void
return void

OnPaint() protected method

protected OnPaint ( float dt, Vec2 pos ) : void
dt float
pos FC3Editor.Nomad.Vec2
return void

ToolTerrainRaiseLower() public method

public ToolTerrainRaiseLower ( ) : System
return System