| Name | Description |
---|
| RegisterDragSurface(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.
|
| RegisterDragSurface(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.
|
| RegisterDragSurface(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.
|
| RegisterDragSurface(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).
|