The interval in milliseconds on which the trigger is triggered.
Name
NodeComponent is the base class for all node components.
Node component is an isolated piece of logic which can be attached to any node
in order to add additional functionality to it. Examples of node component could be
Trigger which performs specific actions when certain conditions are met or AnimationPlayer
which animates specific properties of the node it is attached to and its child nodes.
Use the TimerTrigger to execute actions at the time interval that you set with the IntervalProperty.
Trigger is the base class for defining events, conditions and actions for content-driven logic programming.