C# Class kOS.VesselTarget

Inheritance: kOS.SpecialValue
ファイルを表示 Open project: Nivekk/KOS Class Usage Examples

Public Properties

Property Type Description
ShortCuttableShipSuffixes String[]
context ExecutionContext
target Vessel

Public Methods

Method Description
GetDistance ( ) : double
GetFacing ( ) : Direction
GetPrograde ( ) : Direction
GetRetrograde ( ) : Direction
GetSuffix ( string suffixName ) : object
IsInRange ( double range ) : bool
ToString ( ) : string
VesselTarget ( Vessel target, ExecutionContext context ) : System

Private Methods

Method Description
VesselTarget ( ) : System

Method Details

GetDistance() public method

public GetDistance ( ) : double
return double

GetFacing() public method

public GetFacing ( ) : Direction
return Direction

GetPrograde() public method

public GetPrograde ( ) : Direction
return Direction

GetRetrograde() public method

public GetRetrograde ( ) : Direction
return Direction

GetSuffix() public method

public GetSuffix ( string suffixName ) : object
suffixName string
return object

IsInRange() public method

public IsInRange ( double range ) : bool
range double
return bool

ToString() public method

public ToString ( ) : string
return string

VesselTarget() public method

public VesselTarget ( Vessel target, ExecutionContext context ) : System
target Vessel
context ExecutionContext
return System

Property Details

ShortCuttableShipSuffixes public_oe static_oe property

public static String[] ShortCuttableShipSuffixes
return String[]

context public_oe property

public ExecutionContext context
return ExecutionContext

target public_oe property

public Vessel target
return Vessel