C# 클래스 kOS.Atmosphere

상속: Structure
파일 보기 프로젝트 열기: Nivekk/KOS

공개 프로퍼티들

프로퍼티 타입 설명
BodyRef CelestialBody

공개 메소드들

메소드 설명
Atmosphere ( Body bodyTarget, kOS.ExecutionContext context ) : System
Atmosphere ( CelestialBody body, kOS.ExecutionContext context ) : System
Atmosphere ( String name, kOS.ExecutionContext context ) : System

메소드 상세

Atmosphere() 공개 메소드

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

Atmosphere() 공개 메소드

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

Atmosphere() 공개 메소드

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

프로퍼티 상세

BodyRef 공개적으로 프로퍼티

public CelestialBody BodyRef
리턴 CelestialBody