Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Glue Visualizer | |Name=Glue Visualizer | ||
}} | }} | ||
The '''GlueVisualizer''' component is used by the [[Glue Tool]] to visualize glue objects that are to potentially gluing objects together. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Material|{{RootFieldType|DriveRef`1|[[FresnelMaterial|FresnelMaterial]]}}|TypeAdv0=true| | |Material|{{RootFieldType|DriveRef`1|[[Component:FresnelMaterial|FresnelMaterial]]}}|TypeAdv0=true| The material being used to visualize the area of effect of <code>Glue</code>. | ||
|Glue|'''[[Component:Glue|Glue]]'''|TypeAdv1=true| | |Glue|'''[[Component:Glue|Glue]]'''|TypeAdv1=true| The Glue component to visualize. | ||
|Scale|{{RootFieldType|FieldHook`1|[[Type:Float3|Float3]]}}|TypeAdv2=true| | |Scale|{{RootFieldType|FieldHook`1|[[Type:Float3|Float3]]}}|TypeAdv2=true| The scale field of the visual so it wobbles. | ||
|BaseScale|Float3| | |BaseScale|Float3| The default or base scale of the visual. | ||
}} | }} | ||
== | == Usage == | ||
See [[Glue Tool]]. | |||
== Examples == | == Examples == | ||
See [[Glue Tool]]. | |||
== See Also == | == See Also == | ||
* [[Glue Tool]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Glue Visualizer]] | [[Category:Components:Uncategorized{{#translation:}}|Glue Visualizer]] | ||
[[Category:Components{{#translation:}}|Glue Visualizer]] | [[Category:Components{{#translation:}}|Glue Visualizer]] | ||
Revision as of 14:40, 2 March 2025
Component image 
Glue Visualizer component as seen in the Scene Inspector

The GlueVisualizer component is used by the Glue Tool to visualize glue objects that are to potentially gluing objects together.
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. |
Material
|
reference drive of FresnelMaterial | The material being used to visualize the area of effect of Glue .
|
Glue
|
Glue | The Glue component to visualize. |
Scale
|
direct FieldHook`1<Float3> | The scale field of the visual so it wobbles. |
BaseScale
|
Float3 | The default or base scale of the visual. |
Usage
See Glue Tool.
Examples
See Glue Tool.