C# Class OpenBve.RouteInfoOverlay

Displays an in-game overlay with information about the route, including a map and gradient profile
ファイルを表示 Open project: leezer3/OpenBVE

Public Methods

Method 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

Method Description
ProcessCommand ( Interface command ) : bool

Processes commands.

setState ( state newState ) : void

Sets the state, intializing any required resource.

Method Details

IsActive() public method

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

Show() public method

Displays the current state into the simulation window.
public Show ( ) : void
return void