Click or drag to resize
Ab4d.SharpEngine logo

ManualInputEventsManagerRegisterDragSurface Method

Overload List
 NameDescription
Public methodRegisterDragSurface(IListModelNode) Registers the ModelNodes in the specified list to be used as drag surface so that BeginPointerDrag, PointerDrag and EndPointerDrag events can be subscribed on event source objects.
Public methodRegisterDragSurface(ModelNode) Registers the specified dragSurfaceModelNode to be used as drag surface so that BeginPointerDrag, PointerDrag and EndPointerDrag events can be subscribed on event source objects.
Public methodRegisterDragSurface(ModelNode) Registers the specified ModelNode objects to be used as drag surface so that BeginPointerDrag, PointerDrag and EndPointerDrag events can be subscribed on event source objects.
Public methodRegisterDragSurface(Vector3, Vector3) 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).
Top
See Also