Click or drag to resize

SceneEditorWorkareaModeGetObjectsToSelectByRectangleDelegate 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 GetObjectsToSelectByRectangleDelegate(
	SceneEditorWorkareaMode sender,
	Rectangle rectangle,
	ref bool handled,
	ref List<Object> objectsToSelect
)

Parameters

sender
Type: NeoAxis.EditorSceneEditorWorkareaMode
rectangle
Type: NeoAxisRectangle
handled
Type: SystemBoolean
objectsToSelect
Type: System.Collections.GenericListObject
See Also