Component image File:ProtofluxArrowManagerComponent.pngProtoflux Arrow Manager component as seen in the Scene Inspector
The ProtofluxArrowManager component is used to drive and create the visuals for arrows pointing from/to variables and where they are being used.
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. |
ConnectNode
|
direct TransformRelayRef | The node the arrow should point to. |
TargetSize
|
direct RelayRef`1<IValue`1<Float3>> | The size field of the target. |
TargetOffset
|
direct RelayRef`1<IValue`1<Float3>> | The offset field of the target. |
_arrowMesh
|
ArrowMesh | The arrow mesh this is modifying. |
_renderer
|
MeshRenderer | The renderer rendering _arrowMesh
|
_targetVector
|
field drive of Float3 | The field for the target vector on the arrow mesh. |
Usage
Not usually used by the user.