Property | Type | Description | |
---|---|---|---|
AppPath | String | ||
CraftPath | String | ||
PlugInDataPath | String | ||
PlugInIconPath | String | ||
TrackPath | String | ||
craftFileFormat | int | ||
debug | |||
debugMode | bool | ||
trackFileFormat | int |
Method | Description | |
---|---|---|
CelestialBodyFromName ( string searchName ) : CelestialBody | ||
ColorFromHSV ( float h, float s, float v, float a = 1 ) : Color | ||
ColorToHSV ( Color color, float &h, float &s, float &v ) : void | ||
LoadImage ( string filename, int width, int height ) : |
||
LoadTexture ( |
||
QuaternionToString ( |
||
SetTextureColor ( |
||
Vector3ToString ( Vector3 inValue ) : string | ||
distanceString ( float distanceMeters ) : string | ||
makeColor ( string colorString ) : Color | ||
makeUniqueTrackName ( string name, List &trackList, bool renaming ) : string | ||
parseQuaternion ( string inString ) : |
||
parseVector3 ( string inString ) : Vector3 |
Method | Description | |
---|---|---|
nameIsUnique ( string name, List &trackList, bool ignoreFirstOccurrence ) : bool |
public static CelestialBodyFromName ( string searchName ) : CelestialBody | ||
searchName | string | |
return | CelestialBody |
public static ColorFromHSV ( float h, float s, float v, float a = 1 ) : Color | ||
h | float | |
s | float | |
v | float | |
a | float | |
return | Color |
public static ColorToHSV ( Color color, float &h, float &s, float &v ) : void | ||
color | Color | |
h | float | |
s | float | |
v | float | |
return | void |
public static LoadImage ( string filename, int width, int height ) : |
||
filename | string | |
width | int | |
height | int | |
return |
public static LoadTexture ( |
||
tex | ||
fileName | string | |
return | void |
public static QuaternionToString ( |
||
inValue | ||
return | string |
public static SetTextureColor ( |
||
texture | ||
width | int | |
height | int | |
color | Color | |
return | void |
public static Vector3ToString ( Vector3 inValue ) : string | ||
inValue | Vector3 | |
return | string |
public static distanceString ( float distanceMeters ) : string | ||
distanceMeters | float | |
return | string |
public static makeColor ( string colorString ) : Color | ||
colorString | string | |
return | Color |
public static makeUniqueTrackName ( string name, List &trackList, bool renaming ) : string | ||
name | string | |
trackList | List | |
renaming | bool | |
return | string |
public static parseQuaternion ( string inString ) : |
||
inString | string | |
return |
public static parseVector3 ( string inString ) : Vector3 | ||
inString | string | |
return | Vector3 |
public static DebugMessages,PersistentTrails debug | ||
return |