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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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