C# 클래스 PersistentTrails.LogEntry

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

공개 프로퍼티들

프로퍼티 타입 설명
description String
gameObject UnityEngine.GameObject
guiLabel UnityEngine.GUIText
label String
unityPos Vector3

공개 메소드들

메소드 설명
LogEntry ( String label, String description, Vessel v ) : System
LogEntry ( double latitude, double longitude, double altitude, Quaternion orientation, Vector3 velocity, double recordTime, String label, String description ) : System

메소드 상세

LogEntry() 공개 메소드

public LogEntry ( String label, String description, Vessel v ) : System
label String
description String
v Vessel
리턴 System

LogEntry() 공개 메소드

public LogEntry ( double latitude, double longitude, double altitude, Quaternion orientation, Vector3 velocity, double recordTime, String label, String description ) : System
latitude double
longitude double
altitude double
orientation UnityEngine.Quaternion
velocity Vector3
recordTime double
label String
description String
리턴 System

프로퍼티 상세

description 공개적으로 프로퍼티

public String description
리턴 String

gameObject 공개적으로 프로퍼티

public GameObject,UnityEngine gameObject
리턴 UnityEngine.GameObject

guiLabel 공개적으로 프로퍼티

public GUIText,UnityEngine guiLabel
리턴 UnityEngine.GUIText

label 공개적으로 프로퍼티

public String label
리턴 String

unityPos 공개적으로 프로퍼티

public Vector3 unityPos
리턴 Vector3