C# Class FC3Editor.Tools.ToolTerrainRamp

Inheritance: ToolPaint
Show file Open project: Azerothian/fc3editor

Public Methods

Method Description
GetContextHelp ( ) : string
GetToolImage ( ) : Image
GetToolName ( ) : string
OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
ToolTerrainRamp ( ) : System
Update ( float dt ) : void

Protected Methods

Method Description
OnBeginPaint ( ) : void

Method Details

GetContextHelp() public method

public GetContextHelp ( ) : string
return string

GetToolImage() public method

public GetToolImage ( ) : Image
return Image

GetToolName() public method

public GetToolName ( ) : string
return string

OnBeginPaint() protected method

protected OnBeginPaint ( ) : void
return void

OnMouseEvent() public method

public OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
mouseEvent FC3Editor.Nomad.Editor
mouseEventArgs MouseEventArgs
return bool

ToolTerrainRamp() public method

public ToolTerrainRamp ( ) : System
return System

Update() public method

public Update ( float dt ) : void
dt float
return void