Flash Highlight Hierarchy
Rendering
The Flash Highlight Hierarchy
node takes in the target slot hierarchy, what to exclude, if this flash should track the position, how long the flash should be, and what color it should be. Then this node will make that hierarchy flash, also providing the slot of the flash itself.
Inputs
* (Call)
Calls an impulse to flash the hierarchy.
HierarchyRoot (float3)
The target hierarchy to flash
ExcludeColliders (float3)
Should exclude any colliders for this flash.
ExcludeMeshes (float3)
Should exclude meshes for this flash.
ExcludeDisabled (float3)
Should exclude any slots that are not active.
TrackPosition (float3)
Should this flash be tracking the provided hierarchy.
Duration (float3)
How long this flash should last for.
Color (colorX)
The flash color.
Outputs
Next (Continuation)
Continues the code from here.
FlashRoot (Continuation)
The slot that is the flash itself.