C# 클래스 kOS.Suffixed.TimeWarpValue

상속: Structure
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
CancelWarp ( ) : void

Cancel any current auto-warping and reset the warp to default.

GetDeltaT ( ) : ScalarValue
GetModeAsString ( ) : kOS.Safe.Encapsulation.StringValue
GetRate ( ) : ScalarValue
GetRatesList ( ) : ListValue
GetRatesList ( TimeWarp warpMode ) : ListValue
GetWarp ( ) : ScalarIntValue
IsPhysicsWarping ( ) : BooleanValue
IsWarpSettled ( ) : BooleanValue
SetModeAsString ( StringValue modeString ) : void
SetRate ( ScalarValue desiredRate ) : void
SetWarp ( ScalarIntValue newIndex ) : void
WarpTo ( ScalarValue timeStamp ) : void

비공개 메소드들

메소드 설명
GetRateArrayForMode ( TimeWarp whichMode ) : float[]
InitializeSuffixes ( ) : void
SetWarpRate ( int newRate, int maxRate ) : void
TimeWarpValue ( ) : System

메소드 상세

CancelWarp() 공개 메소드

Cancel any current auto-warping and reset the warp to default.
public CancelWarp ( ) : void
리턴 void

GetDeltaT() 공개 메소드

public GetDeltaT ( ) : ScalarValue
리턴 kOS.Safe.Encapsulation.ScalarValue

GetModeAsString() 공개 메소드

public GetModeAsString ( ) : kOS.Safe.Encapsulation.StringValue
리턴 kOS.Safe.Encapsulation.StringValue

GetRate() 공개 메소드

public GetRate ( ) : ScalarValue
리턴 ScalarValue

GetRatesList() 공개 메소드

public GetRatesList ( ) : ListValue
리턴 ListValue

GetRatesList() 공개 메소드

public GetRatesList ( TimeWarp warpMode ) : ListValue
warpMode TimeWarp
리턴 ListValue

GetWarp() 공개 메소드

public GetWarp ( ) : ScalarIntValue
리턴 ScalarIntValue

IsPhysicsWarping() 공개 메소드

public IsPhysicsWarping ( ) : BooleanValue
리턴 BooleanValue

IsWarpSettled() 공개 메소드

public IsWarpSettled ( ) : BooleanValue
리턴 BooleanValue

SetModeAsString() 공개 메소드

public SetModeAsString ( StringValue modeString ) : void
modeString StringValue
리턴 void

SetRate() 공개 메소드

public SetRate ( ScalarValue desiredRate ) : void
desiredRate ScalarValue
리턴 void

SetWarp() 공개 메소드

public SetWarp ( ScalarIntValue newIndex ) : void
newIndex ScalarIntValue
리턴 void

WarpTo() 공개 메소드

public WarpTo ( ScalarValue timeStamp ) : void
timeStamp ScalarValue
리턴 void