Click or drag to resize

KryptonConfigGeneratorCreateEditorDocumentXmlConfiguration 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 static string CreateEditorDocumentXmlConfiguration(
	IEnumerable<Component> components,
	Component selected = null
)

Parameters

components
Type: System.Collections.GenericIEnumerableComponent
selected (Optional)
Type: NeoAxisComponent

Return Value

Type: String
See Also