Click or drag to resize

EditorControlAttribute(String, 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(
	string documentClassName,
	bool onlyWhenRootComponent = false
)

Parameters

documentClassName  String
 
onlyWhenRootComponent  Boolean  (Optional)
 
See Also