Component image File:ProtoFluxWireManagerComponent.pngProto Flux Wire Manager component as seen in the Scene Inspector
The ProtoFluxWireManager component is used to drive the visual elements of protoflux wires which connect protoflux nodes.
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. |
ConnectPoint
|
direct TransformRelayRef | The point this is supposed to be pointing to. |
Type
|
WireType | The type of wire this is supposed to be showing. |
Width
|
Float | The width this wire should be. |
StartColor
|
ColorX | The color this wire should start at. usually used for async impulse wires. |
EndColor
|
ColorX | The end color this wire should end at. usually used for async impulse wires. |
DeleteHighlight
|
Bool | Whether to delete the highlight visual. |
_wireMesh
|
StripeWireMesh | The stripe mesh this is modifying. |
_renderer
|
MeshRenderer | The renderer of the stripe mesh this is modifying. |
_collider
|
MeshCollider | The collider of this stripe mesh visual. |
_targetPosition
|
field drive of Float3 | The field to drive with the target position for the stripe mesh. |
_targetTangent
|
field drive of Float3 | The field to drive with the target tangent for the stripe mesh. |
_targetOrientation
|
field drive of FloatQ | The field to drive with the target orientation for the stripe mesh. |
_targetWidth
|
field drive of Float | The field to drive with the target width for the stripe mesh. |