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.