Package pro.streem.ar.sceneform
Interface Scene.OnUpdateListener
-
- Enclosing class:
- Scene
public static interface Scene.OnUpdateListenerInterface definition for a callback to be invoked once per frame immediately before the scene is updated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUpdate(FrameTime frameTime)Called once per frame right before the Scene is updated.
-
-
-
Method Detail
-
onUpdate
void onUpdate(FrameTime frameTime)
Called once per frame right before the Scene is updated.- Parameters:
frameTime- provides time information for the current frame
-
-