C# Class kOS.Body

Inheritance: Structure
Mostrar archivo Open project: Nivekk/KOS Class Usage Examples

Public Properties

Property Type Description
BodyRef CelestialBody
Context kOS.ExecutionContext

Public Methods

Method Description
Body ( CelestialBody target, kOS.ExecutionContext context ) : System
Body ( String name, kOS.ExecutionContext context ) : System
GetDistance ( ) : double
GetSuffix ( string suffixName ) : object
ToString ( ) : string

Method Details

Body() public method

public Body ( CelestialBody target, kOS.ExecutionContext context ) : System
target CelestialBody
context kOS.ExecutionContext
return System

Body() public method

public Body ( String name, kOS.ExecutionContext context ) : System
name String
context kOS.ExecutionContext
return System

GetDistance() public method

public GetDistance ( ) : double
return double

GetSuffix() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

BodyRef public_oe property

public CelestialBody BodyRef
return CelestialBody

Context public_oe property

public ExecutionContext,kOS Context
return kOS.ExecutionContext