Click or drag to resize

DocumentWindowInitDocumentWindow Method


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

Parameters

document  DocumentInstance
 
objectOfWindow  Object
 
openAsSettings  Boolean
 
windowTypeSpecificOptions  DictionaryString, Object
 
See Also