C# Class FC3Editor.Tools.ToolTerrainSetHeight

Inheritance: ToolPaint
Mostra file Open project: Azerothian/fc3editor

Public Methods

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

Protected Methods

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

Private Methods

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

OnMouseEvent() public method

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

OnPaint() protected method

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

ToolTerrainSetHeight() public method

public ToolTerrainSetHeight ( ) : System
return System

Update() public method

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