Package pro.streem.ar.sceneform
Interface SceneView.AnimationTimeTransformer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAnimationTime(long choreographerTime)Transforms nanosecond times generated from theChoreographerto generate the animation update time.
-
-
-
Method Detail
-
getAnimationTime
long getAnimationTime(long choreographerTime)
Transforms nanosecond times generated from theChoreographerto generate the animation update time. The input nano time can be used to ensure that returned times never decrease.- Parameters:
choreographerTime- the current frame time returned from theChoreographer.
-
-