Click or drag to resize

TextEditorDocumentWindowInitDocumentWindow Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override void InitDocumentWindow(
	DocumentInstance document,
	Object objectOfWindow,
	bool openAsSettings,
	Dictionary<string, Object> windowTypeSpecificOptions
)

Parameters

document
Type: NeoAxis.EditorDocumentInstance
objectOfWindow
Type: SystemObject
openAsSettings
Type: SystemBoolean
windowTypeSpecificOptions
Type: System.Collections.GenericDictionaryString, Object
See Also