C# Class FC3Editor.Tools.ToolTerrainBump

Inheritance: ToolPaint
Show file Open project: Azerothian/fc3editor

Public Methods

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

Protected Methods

Method Description
OnEndPaint ( ) : void
OnPaint ( float dt, Vec2 pos ) : void
OnPaintGrab ( float x, float y ) : 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

OnPaintGrab() protected method

protected OnPaintGrab ( float x, float y ) : void
x float
y float
return void