Enumerator |
---|
None |
|
FirstHop |
|
Path |
|
VesselLinks |
|
Network |
|
virtual void CommNet.CommNetUI.Awake |
( |
| ) |
|
|
inlineprotectedvirtual |
This is a modified singleton. We always destroy our old instance instead of destorying ourselves if it's nonnull.
virtual void CommNet.CommNetUI.CreateLine |
( |
ref VectorLine |
l, |
|
|
List< Vector3 > |
points |
|
) |
| |
|
inlineprotectedvirtual |
virtual void CommNet.CommNetUI.Hide |
( |
| ) |
|
|
inlinevirtual |
virtual void CommNet.CommNetUI.NextMode |
( |
| ) |
|
|
inlinevirtual |
virtual void CommNet.CommNetUI.OnDestroy |
( |
| ) |
|
|
inlineprotectedvirtual |
< remove anyway, not just in TS, or in Flight if (isShown)
virtual void CommNet.CommNetUI.OnMapFocusChange |
( |
MapObject |
obj | ) |
|
|
inlineprotectedvirtual |
virtual void CommNet.CommNetUI.PreviousMode |
( |
| ) |
|
|
inlinevirtual |
virtual void CommNet.CommNetUI.ResetMode |
( |
| ) |
|
|
inlinevirtual |
virtual void CommNet.CommNetUI.SetDisplayVessel |
( |
Vessel |
v = null | ) |
|
|
inlinevirtual |
virtual void CommNet.CommNetUI.Show |
( |
| ) |
|
|
inlinevirtual |
virtual void CommNet.CommNetUI.Start |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void CommNet.CommNetUI.SwitchMode |
( |
int |
step | ) |
|
|
inlinevirtual |
virtual void CommNet.CommNetUI.UpdateDisplay |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void CommNet.CommNetUI.UpdateLine |
( |
| ) |
|
|
inlinevirtual |
Color CommNet.CommNetUI.colorHigh = new Color(0f, 1f, 0f, 1f) |
float CommNet.CommNetUI.colorLerpPower = 1.5f |
Color CommNet.CommNetUI.colorLow = new Color(0.5f, 0f, 0f, 1f) |
bool CommNet.CommNetUI.draw3dLines |
|
protected |
bool CommNet.CommNetUI.isShown |
|
protected |
Material CommNet.CommNetUI.lineMaterial |
|
protected |
Texture CommNet.CommNetUI.lineTexture |
|
protected |
float CommNet.CommNetUI.lineWidth2D = 4f |
float CommNet.CommNetUI.lineWidth3D = 1f |
The mode that is currently used for display
DisplayMode CommNet.CommNetUI.ModeFlightMap = DisplayMode.Path |
|
static |
The last mode used in the inflight map
DisplayMode CommNet.CommNetUI.ModeTrackingStation = DisplayMode.Network |
|
static |
The last mode used in the tracking station
List<Vector3> CommNet.CommNetUI.points |
|
protected |
bool CommNet.CommNetUI.refreshLines |
|
protected |
bool CommNet.CommNetUI.smoothColor = false |
bool CommNet.CommNetUI.swapHighLow = false |
Material CommNet.CommNetUI.telemetryMaterial |
|
staticprotected |
Texture CommNet.CommNetUI.telemetryTexture |
|
staticprotected |
bool CommNet.CommNetUI.useTSBehavior |
|
protected |
Vessel CommNet.CommNetUI.vessel |
|
protected |
float CommNet.CommNetUI.LowColorBrightnessFactor |
|
staticgetset |
Material CommNet.CommNetUI.TelemetryMaterial |
|
staticget |
Texture CommNet.CommNetUI.TelemetryTexture |
|
staticget |
The documentation for this class was generated from the following file: