Table of Contents

Delegate NotificationDelegate

Namespace
SearchAThing.OpenGL.Core
Assembly
netcore-opengl-core.dll

Used by the avalonia GL control to listen for notification coming from the model.
These notification will displayed using gui notification manager.

public delegate void NotificationDelegate(string title, string msg, GLNotificationType type = GLNotificationType.Information)

Parameters

title string

Title of notification.

msg string

Message of notification.

type GLNotificationType

Icon/color type of notification.