Interface: InputHitHint
Defined in: provider.ts:17
A pre-resolved interaction hint from providers whose engine performs its own targeting (e.g. Meta IWSDK delivers hover/press as ECS tag transitions rather than exposing a raycast query). When a provider supplies hints for a frame, a consumer's binder accepts them IN PLACE of its own hit-testing for the named target - provider power wins when the provider has extended capabilities.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
sourceId | string | The source that produced the hint. | provider.ts:19 |
state | "hover" | "press" | "grab" | Hint kind: hovering, pressing (select on target), or grabbing. | provider.ts:23 |
targetId | string | The consumer-registered target id (e.g. an interactable id). | provider.ts:21 |