C# Class kOS.Suffixed.TimeWarpValue

Inheritance: Structure
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetRateArrayForMode ( TimeWarp whichMode ) : float[]
InitializeSuffixes ( ) : void
SetWarpRate ( int newRate, int maxRate ) : void
TimeWarpValue ( ) : System

Method Details

CancelWarp() public méthode

Cancel any current auto-warping and reset the warp to default.
public CancelWarp ( ) : void
Résultat void

GetDeltaT() public méthode

public GetDeltaT ( ) : ScalarValue
Résultat kOS.Safe.Encapsulation.ScalarValue

GetModeAsString() public méthode

public GetModeAsString ( ) : kOS.Safe.Encapsulation.StringValue
Résultat kOS.Safe.Encapsulation.StringValue

GetRate() public méthode

public GetRate ( ) : ScalarValue
Résultat ScalarValue

GetRatesList() public méthode

public GetRatesList ( ) : ListValue
Résultat ListValue

GetRatesList() public méthode

public GetRatesList ( TimeWarp warpMode ) : ListValue
warpMode TimeWarp
Résultat ListValue

GetWarp() public méthode

public GetWarp ( ) : ScalarIntValue
Résultat ScalarIntValue

IsPhysicsWarping() public méthode

public IsPhysicsWarping ( ) : BooleanValue
Résultat BooleanValue

IsWarpSettled() public méthode

public IsWarpSettled ( ) : BooleanValue
Résultat BooleanValue

SetModeAsString() public méthode

public SetModeAsString ( StringValue modeString ) : void
modeString StringValue
Résultat void

SetRate() public méthode

public SetRate ( ScalarValue desiredRate ) : void
desiredRate ScalarValue
Résultat void

SetWarp() public méthode

public SetWarp ( ScalarIntValue newIndex ) : void
newIndex ScalarIntValue
Résultat void

WarpTo() public méthode

public WarpTo ( ScalarValue timeStamp ) : void
timeStamp ScalarValue
Résultat void