Component:ExportDialog: Difference between revisions

From Resonite Wiki
Automated: update Categories, SyncDelegates
get rid of bad Category, add missing section.
 
Line 15: Line 15:
|_exportOptions|{{RootFieldType|SyncList`1|[[#ExportOption|ExportOption]]}}|TypeAdv6=true|
|_exportOptions|{{RootFieldType|SyncList`1|[[#ExportOption|ExportOption]]}}|TypeAdv6=true|
|FileName|{{RootFieldType|RelayRef`1|[[Type:IField|IField]]}}|TypeAdv7=true|
|FileName|{{RootFieldType|RelayRef`1|[[Type:IField|IField]]}}|TypeAdv7=true|
}}
== Export Option ==
{{Table TypeFields
}}
}}


Line 26: Line 30:
[[Category:Components{{#translation:}}|Export Dialog]]
[[Category:Components{{#translation:}}|Export Dialog]]
[[Category:Components With Nested Types{{#translation:}}|Export Dialog]]
[[Category:Components With Nested Types{{#translation:}}|Export Dialog]]
[[Category:ComponentStub]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 04:23, 23 December 2024

Component image 
Export Dialog component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Usage

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.
SelectedExportOption Int
ExportName TextField
_targetFolder String
EditEnabled Bool
_cancel Button
_export Button
_exportOptions list of ExportOption
FileName direct RelayRef`1<IField>

Export Option

Fields
Name Type Description

Behavior

Examples

See Also