Click or drag to resize

EditorControlAttribute(Type, Boolean) Constructor

Initializes a new instance of the EditorControlAttribute class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public EditorControlAttribute(
	Type documentClass,
	bool onlyWhenRootComponent = false
)

Parameters

documentClass  Type
 
onlyWhenRootComponent  Boolean  (Optional)
 
See Also