[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The `Scene.OnUpdateListener` interface provides a callback, `onUpdate`, that triggers once per frame, just before the scene updates. Indirect subclasses include `ArFragment` and `BaseArFragment`. `ArFragment` implements AR functionality, while `BaseArFragment` includes the view layout and controllers for common AR features. The `onUpdate` method receives a `FrameTime` object containing timing data for the current frame. This allows actions to be performed each frame.\n"]]