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: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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