C# 클래스 BetterBurnTimeDataExample.BetterBurnTimeDataExample

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

공개 메소드들

메소드 설명
Update ( ) : void

This gets called on every update cycle.

비공개 메소드들

메소드 설명
DoStuffWith ( VesselModule data ) : void

This is called when we want to do something with the API data (log a message, in this example).

메소드 상세

Update() 공개 메소드

This gets called on every update cycle.
public Update ( ) : void
리턴 void