Automated: update Categories, SyncDelegates |
Automated: update Replace |
||
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: | [[Category:ComponentStubs]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] |
Revision as of 21:06, 6 November 2024
Component image
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. |
path
|
direct SyncDelegateList`1<Action`1<UIBuilder>> | |
_contentRoot
|
Slot | |
_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
Name | 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> |