PickingProxy
Picking proxy class.
Constructor Summary
| Public Constructor | ||
| public |
constructor(pickingData: PickingData, stage: Stage) Create picking proxy object |
|
Member Summary
| Public Members | ||
| public get |
If the |
|
| public get |
|
|
| public get |
|
|
| public get |
|
|
| public get |
|
|
| public get |
|
|
| public get |
Position of the mouse on the canvas |
|
| public get |
|
|
| public get |
The atom of a picked bond that is closest to the mouse |
|
| public get |
The component the picked data is part of |
|
| public get |
|
|
| public get |
|
|
| public |
|
|
| public get |
If the |
|
| public get |
|
|
| public get |
|
|
| public get |
|
|
| public |
|
|
| public get |
|
|
| public get |
If the |
|
| public |
|
|
| public get |
The picked object data |
|
| public get |
|
|
| public |
|
|
| public |
|
|
| public get |
The 3d position in the scene of the picked object |
|
| public get |
If the |
|
| public get |
|
|
| public get |
|
|
| public |
|
|
| public get |
|
|
| public get |
|
|
| public get |
|
|
| public get |
Kind of the picked data |
|
| public get |
|
|
| public get |
|
|
| public get |
|
|
Public Constructors
public constructor(pickingData: PickingData, stage: Stage) source
Create picking proxy object
Params:
| Name | Type | Attribute | Description |
| pickingData | PickingData | picking data |
|
| stage | Stage | stage object |
