C# Class OpenBve.RouteInfoOverlay

Displays an in-game overlay with information about the route, including a map and gradient profile
Afficher le fichier Open project: leezer3/OpenBVE

Méthodes publiques

Méthode Description
IsActive ( ) : bool

Returns whether the Route Information display is currently showing on screen

Show ( ) : void

Displays the current state into the simulation window.

Private Methods

Méthode Description
ProcessCommand ( Interface command ) : bool

Processes commands.

setState ( state newState ) : void

Sets the state, intializing any required resource.

Method Details

IsActive() public méthode

Returns whether the Route Information display is currently showing on screen
public IsActive ( ) : bool
Résultat bool

Show() public méthode

Displays the current state into the simulation window.
public Show ( ) : void
Résultat void