Interface: IPicker
Implemented by
Table of contents
Methods
Methods
getByPoint
▸ getByPoint(hitPoint
, hitRadius
, options?
): IPickResult
Parameters
Name | Type |
---|---|
hitPoint | IPointData |
hitRadius | number |
options? | IPickOptions |
Returns
Defined in
src/leafer/packages/interface/src/selector/ISelector.ts:66
hitPoint
▸ hitPoint(hitPoint
, hitRadius
, options?
): boolean
Parameters
Name | Type |
---|---|
hitPoint | IPointData |
hitRadius | number |
options? | IPickOptions |
Returns
boolean
Defined in
src/leafer/packages/interface/src/selector/ISelector.ts:67
destroy
▸ destroy(): void
Returns
void