C# Class PersistentTrails.LogEntry

Inheritance: Waypoint
Show file Open project: GrJo/KSPPersistentTrails Class Usage Examples

Public Properties

Property Type Description
description String
gameObject UnityEngine.GameObject
guiLabel UnityEngine.GUIText
label String
unityPos Vector3

Public Methods

Method Description
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

Method Details

LogEntry() public method

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

LogEntry() public method

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
return System

Property Details

description public property

public String description
return String

gameObject public property

public GameObject,UnityEngine gameObject
return UnityEngine.GameObject

guiLabel public property

public GUIText,UnityEngine guiLabel
return UnityEngine.GUIText

label public property

public String label
return String

unityPos public property

public Vector3 unityPos
return Vector3