C# 클래스 KerbalEngineer.Flight.Readouts.ReadoutLibrary

파일 보기 프로젝트 열기: CYBUTEK/KerbalEngineer 1 사용 예제들

공개 메소드들

메소드 설명
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