C# Class FC3Editor.Tools.ToolTerrainSetHeight

Inheritance: ToolPaint
Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnBeginPaint ( ) : void
OnEndPaint ( ) : void
OnPaint ( float dt, Vec2 pos ) : void

Private Methods

Méthode Description
UpdatePicking ( ) : void

Method Details

GetContextHelp() public méthode

public GetContextHelp ( ) : string
Résultat string

GetParameters() public méthode

public GetParameters ( ) : IEnumerable
Résultat IEnumerable

GetToolImage() public méthode

public GetToolImage ( ) : Image
Résultat Image

GetToolName() public méthode

public GetToolName ( ) : string
Résultat string

OnBeginPaint() protected méthode

protected OnBeginPaint ( ) : void
Résultat void

OnEndPaint() protected méthode

protected OnEndPaint ( ) : void
Résultat void

OnMouseEvent() public méthode

public OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
mouseEvent FC3Editor.Nomad.Editor
mouseEventArgs MouseEventArgs
Résultat bool

OnPaint() protected méthode

protected OnPaint ( float dt, Vec2 pos ) : void
dt float
pos FC3Editor.Nomad.Vec2
Résultat void

ToolTerrainSetHeight() public méthode

public ToolTerrainSetHeight ( ) : System
Résultat System

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void