Creates a new FlickerBehavior.
Configuration options.
The object this behavior is attached to. Set automatically.
ReadonlyuuidStatic ReadonlyinspectorCalled when the behavior is attached to an object.
Called when the behavior is detached from an object.
Called every frame to update the behavior logic.
The time elapsed since the last frame in seconds.
A generalized behavior that encapsulates a flickering/glitching value (e.g. for broken lights, sparks, UI glitches). It calculates a multiplier (0.0 to 1.0) and passes it to the
onUpdatecallback.