Component:ImageImportDialog: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Image Import Dialog
|Name=Image Import Dialog
}}
}}
{{stub}}
See [[Image Import]].


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|path|{{RootFieldType|SyncDelegateList`1|[[Type:Action`1|Action`1]]<[[Type:UIBuilder|UIBuilder]]>}}|TypeAdv0=true|
|path|{{RootFieldType|SyncDelegateList`1|[[Type:Action`1|Action`1]]<[[Type:UIBuilder|UIBuilder]]>}}|TypeAdv0=true| {{Template:WizardForm_path}}
|_contentRoot|Slot|
|_contentRoot|Slot| {{Template:WizardForm__contentRoot}}
|_projection|ImageProjection|
|_projection|ImageProjection| What image projection to import the image as.
|_layout|StereoLayout|
|_layout|StereoLayout| The image stereo layout for left and right to use.
|_screenshot|Bool|
|_screenshot|Bool| whether to import the image as a screenshot.
|_pointFiltering|Bool|
|_pointFiltering|Bool| Whether to import the image as pixel art or not.
|_lut|Bool|
|_lut|Bool| Whether this image is a [[Component:StaticTexture3D|Look Up Table]]
}}
}}


== Behavior ==
== Usage ==
See [[Image Import]].


== Examples ==
== Examples ==
See [[Image Import]].


== See Also ==
== See Also ==
* [[Image Import]]


[[Category:Components:Uncategorized{{#translation:}}|Image Import Dialog]]
[[Category:Components:Uncategorized{{#translation:}}|Image Import Dialog]]
[[Category:Components{{#translation:}}|Image Import Dialog]]
[[Category:Components{{#translation:}}|Image Import Dialog]]
[[Category:ComponentStubs]]

Latest revision as of 19:28, 12 March 2025

Component image 
Image Import Dialog component as seen in the Scene Inspector

See Image Import.

Fields

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.
path list of Action`1<UIBuilder> A list of sync delegates used to generate the UI when at particular paths in the importer.
_contentRoot Slot The slot to put ui elements for import options in.
_projection ImageProjection What image projection to import the image as.
_layout StereoLayout The image stereo layout for left and right to use.
_screenshot Bool whether to import the image as a screenshot.
_pointFiltering Bool Whether to import the image as pixel art or not.
_lut Bool Whether this image is a Look Up Table

Usage

See Image Import.

Examples

See Image Import.

See Also