FrameTick
indigo.shared.events.FrameTick
case object FrameTick extends GlobalEvent
A special event that happens once per frame, at the end of the frame. Useful for updating anything in your model that "just happens" on every frame without any other prompting event. Like gravity.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait GlobalEventclass Objecttrait Matchableclass Any
- Self type
-
FrameTick.type
Members list
In this article