Click or drag to resize

DoubleControlPointOnDragged Method

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

Namespace:  Demo3D.ControlPoints
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
protected override void OnDragged(
	Vector3 worldLocation,
	Vector3 location
)

Parameters

worldLocation
Type: Microsoft.DirectXVector3

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

location
Type: Microsoft.DirectXVector3

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

See Also