Skip to content
导航

Interface: ILeafHit

Hierarchy

Table of contents

Methods

Methods

__hitWorld

Optional __hitWorld(point): boolean

Parameters

NameType
pointIRadiusPointData

Returns

boolean

Defined in

leafer/packages/interface/src/display/module/ILeafHit.ts:8


__hit

Optional __hit(local): boolean

Parameters

NameType
localIRadiusPointData

Returns

boolean

Defined in

leafer/packages/interface/src/display/module/ILeafHit.ts:9


__drawHitPath

Optional __drawHitPath(canvas): void

Parameters

NameType
canvasILeaferCanvas

Returns

void

Defined in

leafer/packages/interface/src/display/module/ILeafHit.ts:10


__updateHitCanvas

Optional __updateHitCanvas(): void

Returns

void

Defined in

leafer/packages/interface/src/display/module/ILeafHit.ts:11

Released under the MIT License.