latestMotion method

MiniAVMotionEvent? latestMotion()

Latest motion (IMU) sample, or null if none yet / motion not captured. The pull surface for the parallax render loop / game tick (avoids the callback firehose). Default: null.

Implementation

MiniAVMotionEvent? latestMotion() => null;