C# Class PersistentTrails.LogEntry

Inheritance: Waypoint
Mostra 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_oe property

public String description
return String

gameObject public_oe property

public GameObject,UnityEngine gameObject
return UnityEngine.GameObject

guiLabel public_oe property

public GUIText,UnityEngine guiLabel
return UnityEngine.GUIText

label public_oe property

public String label
return String

unityPos public_oe property

public Vector3 unityPos
return Vector3