Class: AxScreenPickEvents

AxScreenPickEvents(context)

new AxScreenPickEvents(context)

Creates an object instance of AxScreenPickEvents
Parameters:
Name Type Description
context Axis The instance of axis, which calls the events
Source:

Methods

SetupScreenPick(screenCoords)

Prepares the events for processing a scene and testing for intersecion with the given point on the screen. The sceen coordinates are in screen unit space in the interval [-1, 1] from left to right and [-1, 1] from bottom to top
Parameters:
Name Type Description
screenCoords AxVector2 The unit coordinates on the screen, at which to perform the picking
Source:

Documentation generated by JSDoc 3.5.3 on Mon Feb 19 2018 20:39:27 GMT+0200 (FLE Standard Time)