Click or drag to resize

ScreenNotificationForm Constructor

Initializes a new instance of the ScreenNotificationForm class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ScreenNotificationForm(
	string title,
	string body,
	bool error,
	int duration
)

Parameters

title  String
 
body  String
 
error  Boolean
 
duration  Int32
 
See Also