C# Класс KerbalEngineer.Flight.Readouts.ReadoutLibrary

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetCategory ( KerbalEngineer.Flight.Readouts.ReadoutCategory category ) : List

Gets a list of readout modules which are associated with the specified category.

GetReadout ( string name ) : KerbalEngineer.Flight.Readouts.ReadoutModule

Gets a readout module with the specified name or class name. (Returns null if not found.)

Reset ( ) : void

Resets all the readout modules.

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

Метод Описание
LoadHelpStrings ( ) : void

Loads the help strings from file.

ReadoutLibrary ( ) : System

Sets up and populates the readout library with the stock readouts.

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

GetCategory() публичный статический Метод

Gets a list of readout modules which are associated with the specified category.
public static GetCategory ( KerbalEngineer.Flight.Readouts.ReadoutCategory category ) : List
category KerbalEngineer.Flight.Readouts.ReadoutCategory
Результат List

GetReadout() публичный статический Метод

Gets a readout module with the specified name or class name. (Returns null if not found.)
public static GetReadout ( string name ) : KerbalEngineer.Flight.Readouts.ReadoutModule
name string
Результат KerbalEngineer.Flight.Readouts.ReadoutModule

Reset() публичный статический Метод

Resets all the readout modules.
public static Reset ( ) : void
Результат void