Click or drag to resize

Scene.Rendering 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: 25.1.421.0 (25.1.421.0)
Syntax
public event EventHandler<RenderingEventArgs> Rendering

Value

Type: System.EventHandler<RenderingEventArgs>
See Also