C# Class kOS.Body

Inheritance: Structure
Afficher le fichier Open project: Nivekk/KOS Class Usage Examples

Méthodes publiques

Свойство Type Description
BodyRef CelestialBody
Context kOS.ExecutionContext

Méthodes publiques

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

public Body ( CelestialBody target, kOS.ExecutionContext context ) : System
target CelestialBody
context kOS.ExecutionContext
Résultat System

Body() public méthode

public Body ( String name, kOS.ExecutionContext context ) : System
name String
context kOS.ExecutionContext
Résultat System

GetDistance() public méthode

public GetDistance ( ) : double
Résultat double

GetSuffix() public méthode

public GetSuffix ( string suffixName ) : object
suffixName string
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

BodyRef public_oe property

public CelestialBody BodyRef
Résultat CelestialBody

Context public_oe property

public ExecutionContext,kOS Context
Résultat kOS.ExecutionContext