C# 클래스 DeadlyReentry.DREFlightIntegrator

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: NathanKell/DeadlyReentry

공개 메소드들

메소드 설명
Awake ( ) : void
DREFlightIntegrator ( ) : System
Start ( ) : void

보호된 메소드들

메소드 설명
ProcessUpdateConvection ( ModularFlightIntegrator fi, ModularFlightIntegrator ptd ) : void
ProcessUpdateRadiation ( ModularFlightIntegrator fi, ModularFlightIntegrator ptd ) : void

비공개 메소드들

메소드 설명
print ( string msg ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

DREFlightIntegrator() 공개 메소드

public DREFlightIntegrator ( ) : System
리턴 System

ProcessUpdateConvection() 보호된 메소드

protected ProcessUpdateConvection ( ModularFlightIntegrator fi, ModularFlightIntegrator ptd ) : void
fi ModularFlightIntegrator
ptd ModularFlightIntegrator
리턴 void

ProcessUpdateRadiation() 보호된 메소드

protected ProcessUpdateRadiation ( ModularFlightIntegrator fi, ModularFlightIntegrator ptd ) : void
fi ModularFlightIntegrator
ptd ModularFlightIntegrator
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void