Click or drag to resize

DraggableControlPoint Constructor

Initializes a new instance of the DraggableControlPoint class

Namespace: Demo3D.ControlPoints
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public DraggableControlPoint(
	IControlPointProvider owner,
	Vector3 direction
)

Parameters

owner  IControlPointProvider

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

direction  Vector3

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

See Also