ProtoFlux:Flash Highlight Hierarchy

From Resonite Wiki
Flash Highlight Hierarchy
*
Next
HierarchyRoot
FlashRoot
ExcludeColliders
ExcludeMeshes
ExcludeDisabled
TrackPosition
Duration
Color
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.

It is really easy to lag or even crash a world if this node is abused, try to avoid doing the following:
  • Setting the color to invisible
  • Having a long duration
  • Calling this node every frame
  • Selecting a heavy slot, like root

This could be disastrous if you are not careful!

Inputs

* (Call)

Calls an impulse to flash the hierarchy.

HierarchyRoot (Slot)

The target hierarchy to flash

ExcludeColliders (bool)

Should exclude any colliders for this flash.

ExcludeMeshes (bool)

Should exclude meshes for this flash.

ExcludeDisabled (bool)

Should exclude any slots that are not active.

TrackPosition (bool)

Should this flash be tracking the provided hierarchy.

Duration (float)

How long this flash should last for.

Color (colorX)

The flash color.

Outputs

Next (Continuation)

Continues the code from here.

FlashRoot (Slot)

The slot that is the flash itself.