C# 클래스 RemoteTech.FlightComputer.FlightCore

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

공개 프로퍼티들

프로퍼티 타입 설명
UseSas bool

공개 메소드들

메소드 설명
GetTotalThrust ( Vessel v ) : double

Get the total thrust of all activated, not flamed out engines.

HoldAttitude ( FlightCtrlState fs, FlightComputer f, ReferenceFrame frame, FlightAttitude attitude, Quaternion extra ) : void
HoldOrientation ( FlightCtrlState fs, FlightComputer f, Quaternion target, bool ignoreRoll = false ) : void
hasPropellant ( System propellants ) : bool

Checks the needed propellant of an engine. Its always true if infinite fuel is activ

메소드 상세

GetTotalThrust() 공개 정적인 메소드

Get the total thrust of all activated, not flamed out engines.
public static GetTotalThrust ( Vessel v ) : double
v Vessel Current vessel
리턴 double

HoldAttitude() 공개 정적인 메소드

public static HoldAttitude ( FlightCtrlState fs, FlightComputer f, ReferenceFrame frame, FlightAttitude attitude, Quaternion extra ) : void
fs FlightCtrlState
f FlightComputer
frame ReferenceFrame
attitude FlightAttitude
extra UnityEngine.Quaternion
리턴 void

HoldOrientation() 공개 정적인 메소드

public static HoldOrientation ( FlightCtrlState fs, FlightComputer f, Quaternion target, bool ignoreRoll = false ) : void
fs FlightCtrlState
f FlightComputer
target UnityEngine.Quaternion
ignoreRoll bool
리턴 void

hasPropellant() 공개 정적인 메소드

Checks the needed propellant of an engine. Its always true if infinite fuel is activ
public static hasPropellant ( System propellants ) : bool
propellants System Propellant for an engine
리턴 bool

프로퍼티 상세

UseSas 공개적으로 정적으로 프로퍼티

public static bool UseSas
리턴 bool