Property | Type | Description | |
---|---|---|---|
VERSION_NUMBER | float | ||
boundaryMode | boundaryModes | ||
copyTexturesIntoExportFolder | bool | ||
createPrefabOnExport | bool | ||
exportCollider | bool | ||
exportFilename | string | ||
fileType | fileTypes, | ||
generator | TrackBuildRGenerator, | ||
mode | modes | ||
pointMode | pointModes | ||
previewForward | bool | ||
previewPercentage | float | ||
previewStartPoint | float | ||
stuntMode | stuntModes | ||
terrainMode | terrainModes | ||
textureMode | textureModes | ||
track | TrackBuildRTrack, | ||
trackEditorPreview | GameObject | ||
version | float |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
ForceFullRecalculation ( ) : void | ||
FromKML ( string KMLPath ) : void |
Import XML data into this camera path overwriting the current data
|
|
FromXML ( string XMLPath ) : void |
Import XML data into this camera path overwriting the current data
|
|
GenerateSecondaryUVSet ( ) : void | ||
Init ( ) : void | ||
OptimseMeshes ( ) : void | ||
ToXML ( ) : string |
Convert this camera path into an xml string for export
|
|
UpdateRender ( ) : void |
Method | Description | |
---|---|---|
OnDestroy ( ) : void | ||
OnDrawGizmos ( ) : void | ||
OnEnable ( ) : void | ||
Start ( ) : void | ||
UpgradeData ( ) : void |
public FromKML ( string KMLPath ) : void | ||
KMLPath | string | An Google Earth KML file path |
return | void |
public FromXML ( string XMLPath ) : void | ||
XMLPath | string | An XML file path |
return | void |
public bool copyTexturesIntoExportFolder | ||
return | bool |