Click or drag to resize

DocumentWindowWithViewportViewport_MouseWheel Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected virtual void Viewport_MouseWheel(
	Viewport viewport,
	int delta,
	ref bool handled
)

Parameters

viewport
Type: NeoAxisViewport
delta
Type: SystemInt32
handled
Type: SystemBoolean
See Also