C# Class FC3Editor.Tools.ToolTerrainRamp

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnBeginPaint ( ) : void

Method Details

GetContextHelp() public méthode

public GetContextHelp ( ) : string
Résultat string

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

OnMouseEvent() public méthode

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

ToolTerrainRamp() public méthode

public ToolTerrainRamp ( ) : System
Résultat System

Update() public méthode

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