Click or drag to resize

DraggableControlPointOnDragged Method

[Missing <summary> documentation for "M:Demo3D.ControlPoints.DraggableControlPoint.OnDragged(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3)"]


Namespace: Demo3D.ControlPoints
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
protected abstract void OnDragged(
	Vector3 worldLocation,
	Vector3 localLocation
)

Parameters

worldLocation  Vector3

[Missing <param name="worldLocation"/> documentation for "M:Demo3D.ControlPoints.DraggableControlPoint.OnDragged(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3)"]

localLocation  Vector3

[Missing <param name="localLocation"/> documentation for "M:Demo3D.ControlPoints.DraggableControlPoint.OnDragged(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3)"]

See Also