OpenTK.Platform.iPhoneOS.iPhoneOSGameView.RenderFrame Event
Occurs part of run-loop processing when a frame should be rendered.

Syntax

public event EventHandler<Xamarin.iOS.dll=OpenTK.FrameEventArgs> RenderFrame

Remarks

When using the run-loop processing architecture, events happen in the following order:

  1. iPhoneOSGameView.Load
  2. iPhoneOSGameView.UpdateFrame
  3. RenderFrame
  4. iPhoneOSGameView.Unload

iPhoneOSGameView.Run and iPhoneOSGameView.Run(double), invoke iPhoneOSGameView.Load before starting the iPhoneOSGameView.UpdateFrame/iPhoneOSGameView.RenderFrame loop which is invoked for every rendered frame.

iPhoneOSGameView.Stop ends the iPhoneOSGameView.UpdateFrame/iPhoneOSGameView.RenderFrame loop processing, then invokes the iPhoneOSGameView.Unload event.

Requirements

Namespace: OpenTK.Platform.iPhoneOS
Assembly: OpenTK-1.0 (in OpenTK-1.0.dll)
Assembly Versions: 0.0.0.0