Click or drag to resize

EditorUtilityComponentDisplayInEditorFilterDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void ComponentDisplayInEditorFilterDelegate(
	Component obj,
	ref bool display
)

Parameters

obj
Type: NeoAxisComponent
display
Type: SystemBoolean
See Also