OnFrameUsage​Called each frame (frequent, so use sparingly)For better performance, avoid using heavy calculations in this hookNo return behaviorExamples​void OnFrame(){ // Do lightweight stuff}Copy