type

BoolDelay

BoolDelay : HxComp

Bool delay

slots parentRef

Component tree parent

compName

Component name in parent

compLayout

Layout in a visual coordinate system

links

List of links to this component

in

Input to the delay

onDelay

How long to wait before setting the out slot to true when the in slot transitions to true

offDelay

How long to wait before setting the out slot to false when the in slot transitions to false

out

The value of the in slot after any delays are accounted for

outNot

The inverse of the current out slot

in StatusBool? <summary>

Input to the delay.

onDelay Duration <minVal:0ns, val:1sec>

How long to wait before setting the out slot to true when the in slot transitions to true.

offDelay Duration <minVal:0ns, val:1sec>

How long to wait before setting the out slot to false when the in slot transitions to false.

out StatusBool? <readonly, summary, transient>

The value of the in slot after any delays are accounted for.

outNot StatusBool? <readonly, summary, transient>

The inverse of the current out slot.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST