Click or drag to resize
Ab4d.SharpEngine logo

EventSourceHitEventArgs Class

EventSourceHitEventArgs defines data about hit object and the current pointer position and pressed buttons. To prevent creating many new objects, the same instance of EventSourceHitEventArgs can be shared between different events.
Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public class EventSourceHitEventArgs : EventSourceEventArgs

The EventSourceHitEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodEventSourceHitEventArgs Constructor
Top
Properties
 NameDescription
Public propertyRayHitResult Gets the result of 3D Ray hit test as RayHitTestResult
Top
See Also