Update
Called every frame.
Late
Called every frame, after all Update functions have been called.
Fixed
A frame-rate independent version of Update, used mostly for physics calculations.
Subclass of Ovr.OvrNode
Type
Type of the Update function.
Nodes
OvrNodes to be executed in sequence.