C# 클래스 Trajectories.NavBallOverlay

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: neuoy/KSPTrajectories 1 사용 예제들

공개 메소드들

메소드 설명
GetCorrectedDirection ( ) : Vector3
GetPlannedDirection ( ) : Vector3
Update ( ) : void

비공개 메소드들

메소드 설명
GetCorrection ( ) : Vector2
Init ( ) : void
SetDisplayEnabled ( bool enabled ) : void
UpdateNavBall ( ) : void

메소드 상세

GetCorrectedDirection() 공개 정적인 메소드

public static GetCorrectedDirection ( ) : Vector3
리턴 Vector3

GetPlannedDirection() 공개 정적인 메소드

public static GetPlannedDirection ( ) : Vector3
리턴 Vector3

Update() 공개 메소드

public Update ( ) : void
리턴 void