C# Class FC3Editor.Tools.ToolTerrainTerrace

Inheritance: ToolPaint
Mostra file Open project: Azerothian/fc3editor

Public Methods

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

Protected Methods

Method Description
OnBeginPaint ( ) : void
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

OnBeginPaint() protected method

protected OnBeginPaint ( ) : void
return void

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

ToolTerrainTerrace() public method

public ToolTerrainTerrace ( ) : System
return System