989onan bot (talk | contribs) Automated: update SyncDelegates |
989onan bot (talk | contribs) Automated: update Fields, SyncDelegates |
||
Line 13: | Line 13: | ||
|_cancel|'''[[Component:Button|Button]]'''|TypeAdv4=true| The button for canceling the export. | |_cancel|'''[[Component:Button|Button]]'''|TypeAdv4=true| The button for canceling the export. | ||
|_export|'''[[Component:Button|Button]]'''|TypeAdv5=true| The button to start the export. | |_export|'''[[Component:Button|Button]]'''|TypeAdv5=true| The button to start the export. | ||
|_exportOptions|{{RootFieldType|SyncList`1|[[#ExportOption|ExportOption]]}}|TypeAdv6=true| The kinds of Export options available. | |_exportOptions|{{RootFieldType|SyncList`1|[[#ExportOption|ExportDialog.ExportOption]]}}|TypeAdv6=true| The kinds of Export options available. | ||
|FileName|{{RootFieldType|RelayRef`1|[[Type:IField|IField]]}}|TypeAdv7=true| The name of the file when exporting. | |FileName|{{RootFieldType|RelayRef`1|[[Type:IField|IField]]}}|TypeAdv7=true| The name of the file when exporting. | ||
}} | }} | ||
Line 19: | Line 19: | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|ExportPressed | |ExportPressed[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|CancelPressed | |CancelPressed[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
}} | }} | ||
Revision as of 06:01, 17 March 2025
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 |
---|---|---|---|
ExportPressedButtonEventHandler
|
ButtonEventHandler | ✓ | |
CancelPressedButtonEventHandler
|
ButtonEventHandler | ✓ |
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.