Click or drag to resize
Ab4d.SharpEngine logo

ManualInputEventsManagerRegisterDragSurface(Vector3, Vector3) Method

Registers a plane as a drag surface. The method returns an index of the registered plane that can be used to remove the plane by calling RemoveDragSurface(Int32).

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public int RegisterDragSurface(
	Vector3 planeNormal,
	Vector3 pointOnPlane
)

Parameters

planeNormal  Vector3
plane's normal as Vector3
pointOnPlane  Vector3
point on plane as Vector3

Return Value

Int32
index of the registered plane that can be used to remove the plane by calling RemoveDragSurface(Int32)
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.ManualInputEventsManager.RegisterDragSurface(System.Numerics.Vector3,System.Numerics.Vector3)"]

See Also