Component image 
Export Dialog component as seen in the Scene Inspector

See Exporting.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
SelectedExportOption
|
Int | What Export Option is selected. |
ExportName
|
TextField | The name of the Export file. |
_targetFolder
|
String | The target folder location to Export to. |
EditEnabled
|
Bool | Whether this component is edit enabled. |
_cancel
|
Button | The button for canceling the export. |
_export
|
Button | The button to start the export. |
_exportOptions
|
list of ExportDialog.ExportOption | The kinds of Export options available. |
FileName
|
direct RelayRef`1<IField> | The name of the file when exporting. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
ExportPressed:ButtonEventHandler
|
ButtonEventHandler | ✓ | Exports the specified export option. |
CancelPressed:ButtonEventHandler
|
ButtonEventHandler | ✓ | Cancels the export. |
Export Option
Name | Type | Description |
---|---|---|
Exportable
|
IExportable | The thing to Export. Usually in Export Category |
ExportType
|
Int | What kind of Export to do to the exportable. |
Usage
See Exporting.
Examples
See Exporting.