C# Класс OpenBve.RouteInfoOverlay

Displays an in-game overlay with information about the route, including a map and gradient profile
Показать файл Открыть проект

Открытые методы

Метод Описание
IsActive ( ) : bool

Returns whether the Route Information display is currently showing on screen

Show ( ) : void

Displays the current state into the simulation window.

Приватные методы

Метод Описание
ProcessCommand ( Interface command ) : bool

Processes commands.

setState ( state newState ) : void

Sets the state, intializing any required resource.

Описание методов

IsActive() публичный Метод

Returns whether the Route Information display is currently showing on screen
public IsActive ( ) : bool
Результат bool

Show() публичный Метод

Displays the current state into the simulation window.
public Show ( ) : void
Результат void