Click or drag to resize
GameFormOnBeforeBeginScene Event
Event fires every frame that the game is advancing right before the scene is started.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public event GameFormSimpleNotification OnBeforeBeginScene

Value

Type: (Default Namespace)GameFormSimpleNotification
Remarks
This event does not occur if the game is minimized/paused.
See Also