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: 18.03.00
Syntax
C#
protected abstract void OnDragged(
	Vector3 worldLocation,
	Vector3 localLocation
)

Parameters

worldLocation
Type: Microsoft.DirectXVector3

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

localLocation
Type: Microsoft.DirectXVector3

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

See Also