Click or drag to resize

ChatPromptForm Constructor

Initializes a new instance of the ChatPromptForm class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public ChatPromptForm(
	ChatWindowChatModeEnum mode,
	IDocumentWindow documentWindow,
	Component[] selectedObjects,
	string fullPath
)

Parameters

mode  ChatWindowChatModeEnum
 
documentWindow  IDocumentWindow
 
selectedObjects  Component
 
fullPath  String
 
See Also