C# Class kOS.Atmosphere

Inheritance: Structure
Exibir arquivo Open project: Nivekk/KOS

Public Properties

Property Type Description
BodyRef CelestialBody

Public Methods

Method Description
Atmosphere ( Body bodyTarget, kOS.ExecutionContext context ) : System
Atmosphere ( CelestialBody body, kOS.ExecutionContext context ) : System
Atmosphere ( String name, kOS.ExecutionContext context ) : System

Method Details

Atmosphere() public method

public Atmosphere ( Body bodyTarget, kOS.ExecutionContext context ) : System
bodyTarget Body
context kOS.ExecutionContext
return System

Atmosphere() public method

public Atmosphere ( CelestialBody body, kOS.ExecutionContext context ) : System
body CelestialBody
context kOS.ExecutionContext
return System

Atmosphere() public method

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

Property Details

BodyRef public_oe property

public CelestialBody BodyRef
return CelestialBody