Click or drag to resize

RenderingSystemRenderSystemEvent Event

Occurs when the render system event is generated.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static event RenderingSystemRenderSystemEventDelegate RenderSystemEvent

Value

Type: NeoAxisRenderingSystemRenderSystemEventDelegate
Remarks

Some render systems have quite specific, internally generated events that the application may wish to be notified of. Many applications don't have to worry about these events, and can just trust engine to handle them, but if you want to know, you can add a listener here.

Perhaps the most common example of a render system specific event is the loss and restoration of a device in DirectX; which engine deals with, but you may wish to know when it happens.

See Also