Click or drag to resize
Ab4d.SharpEngine logo

EventSourceDragEventArgs Properties

The EventSourceDragEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCurrentSurfaceHitPoint Gets the current 3D position on the of the HitSurface.
Public propertyPositionDiff Gets the Vector2 that defines the difference from the start drag position and current position.
Public propertyStartDragPosition Gets the 2D pointer or mouse position of the point where the drag was started.
Public propertyStartSurfaceHitPoint Gets the 3D position on the of the HitSurface where the drag was started.
Public propertySurfaceHitPointDiff Gets the 3D Vector that defines the difference from the mouse start drag position and mouse current position.
Public propertySurfaceModelNode Gets the ModelNode that is used as surface or null if surface plane is used (see SurfacePlaneIndex).
Public propertySurfacePlaneIndex Gets an index of surface plane that is used as surface or -1 if surfaceModelNode is used (see SurfaceModelNode)
Top
See Also