Interface: ILeafHit
Hierarchy
ILeafHit
↳
ILeaf
Table of contents
Methods
Methods
__hitWorld
Optional
__hitWorld(point
): boolean
Parameters
Name | Type |
---|---|
point | IRadiusPointData |
Returns
boolean
Defined in
leafer/packages/interface/src/display/module/ILeafHit.ts:8
__hit
Optional
__hit(local
): boolean
Parameters
Name | Type |
---|---|
local | IRadiusPointData |
Returns
boolean
Defined in
leafer/packages/interface/src/display/module/ILeafHit.ts:9
__drawHitPath
Optional
__drawHitPath(canvas
): void
Parameters
Name | Type |
---|---|
canvas | ILeaferCanvas |
Returns
void
Defined in
leafer/packages/interface/src/display/module/ILeafHit.ts:10
__updateHitCanvas
Optional
__updateHitCanvas(): void
Returns
void