C# 클래스 PersistentTrails.Waypoint

파일 보기 프로젝트 열기: GrJo/KSPPersistentTrails 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
altitude double
latitude double
longitude double
orientation UnityEngine.Quaternion
recordTime double
velocity Vector3

공개 메소드들

메소드 설명
Waypoint ( Vessel v ) : System
Waypoint ( Waypoint other ) : System
Waypoint ( double latitude, double longitude, double altitude, Quaternion orientation, Vector3 velocity, double recordTime ) : System

메소드 상세

Waypoint() 공개 메소드

public Waypoint ( Vessel v ) : System
v Vessel
리턴 System

Waypoint() 공개 메소드

public Waypoint ( Waypoint other ) : System
other Waypoint
리턴 System

Waypoint() 공개 메소드

public Waypoint ( double latitude, double longitude, double altitude, Quaternion orientation, Vector3 velocity, double recordTime ) : System
latitude double
longitude double
altitude double
orientation UnityEngine.Quaternion
velocity Vector3
recordTime double
리턴 System

프로퍼티 상세

altitude 공개적으로 프로퍼티

public double altitude
리턴 double

latitude 공개적으로 프로퍼티

public double latitude
리턴 double

longitude 공개적으로 프로퍼티

public double longitude
리턴 double

orientation 공개적으로 프로퍼티

public Quaternion,UnityEngine orientation
리턴 UnityEngine.Quaternion

recordTime 공개적으로 프로퍼티

public double recordTime
리턴 double

velocity 공개적으로 프로퍼티

public Vector3 velocity
리턴 Vector3