Click or drag to resize

SceneRendering Event

Raised when either Render is called on the scene or Render is called on the SceneManager. The event occurs immediately prior to rendering the scene.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public event EventHandler<RenderingEventArgs> Rendering

Value

Type: SystemEventHandlerRenderingEventArgs
See Also