Automated: update Replace |
add some templates |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
== Usage == | == Usage == | ||
{{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}} | ||
|_scale|Float| | |_scale|Float| | ||
|_autoScale|Bool| | |_autoScale|Bool| | ||
Line 70: | Line 70: | ||
[[Category:Components{{#translation:}}|Model Import Dialog]] | [[Category:Components{{#translation:}}|Model Import Dialog]] | ||
[[Category:Components With Nested Enums{{#translation:}}|Model Import Dialog]] | [[Category:Components With Nested Enums{{#translation:}}|Model Import Dialog]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] |
Latest revision as of 19:28, 12 March 2025
Component image 
Model Import 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
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. |
_scale
|
Float | |
_autoScale
|
Bool | |
_material
|
MaterialType | |
_preferSpecular
|
Bool | |
_rig
|
Bool | |
_setupIK
|
Bool | |
_debugRig
|
Bool | |
_colliders
|
Bool | |
_animations
|
Bool | |
_snappable
|
Bool | |
_timelapse
|
Bool | |
_externalTextures
|
Bool | |
_grabbable
|
Bool | |
_scalable
|
Bool | |
_importAtOrigin
|
Bool | |
_forceTpose
|
Bool | |
_assetsOnObject
|
Bool | |
_asPointCloud
|
Bool | |
_importImagesByName
|
Bool | |
_importImageAlignment
|
AlignmentAxis | |
_calculateNormals
|
Bool | |
_calculateTangents
|
Bool | |
_calculateTextureAlpha
|
Bool | |
_importVertexColors
|
Bool | |
_importAlbedoColor
|
Bool | |
_importEmissive
|
Bool | |
_importBones
|
Bool | |
_importLights
|
Bool | |
_makeDualSided
|
Bool | |
_makeFlatShaded
|
Bool | |
_deduplicateInstances
|
Bool | |
_optimizeModel
|
Bool | |
_splitSubmeshes
|
Bool | |
_generateRandomColors
|
Bool | |
_spawnMaterialOrbs
|
Bool | |
_maxTextureSize
|
Int | |
_textureConversion
|
TextureConversion | |
_forcePointFiltering
|
Bool | |
_forceNoMipMaps
|
Bool | |
_forceUncompressed
|
Bool | |
ForceAsPointCloud
|
Bool |
Sync Delegates
Method Name | Method type and Arguments. | Description |
---|---|---|
Preset_3DModel()
|
Delegate<IButton: button, ButtonEventData: eventData> | |
Preset_VertexColorModel()
|
Delegate<IButton: button, ButtonEventData: eventData> | |
Preset_3DScan()
|
Delegate<IButton: button, ButtonEventData: eventData> | |
Preset_CADModel()
|
Delegate<IButton: button, ButtonEventData: eventData> | |
Preset_PointCloud()
|
Delegate<IButton: button, ButtonEventData: eventData> |