tick

open override fun tick(actor: Actor, seconds: Float)

Parameters

actor

the actor that this Behaviour belongs to

seconds

the elapsed time since the previous tick. If this is the first-tick of the Act, you should still expect a reasonable value, such as 1/60th second.