Choreographer.IVsyncCallback.OnVsync(Choreographer+FrameData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a new display frame is being rendered.
[Android.Runtime.Register("onVsync", "(Landroid/view/Choreographer$FrameData;)V", "GetOnVsync_Landroid_view_Choreographer_FrameData_Handler:Android.Views.Choreographer/IVsyncCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public void OnVsync(Android.Views.Choreographer.FrameData data);
[<Android.Runtime.Register("onVsync", "(Landroid/view/Choreographer$FrameData;)V", "GetOnVsync_Landroid_view_Choreographer_FrameData_Handler:Android.Views.Choreographer/IVsyncCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnVsync : Android.Views.Choreographer.FrameData -> unit
Parameters
The Android.Views.Choreographer+FrameData value used for data.
- Attributes
Remarks
For details, see the Android reference documentation for android.view.Choreographer.VsyncCallback.onVsync.
Java documentation for android.view.Choreographer.VsyncCallback.onVsync.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.