ResolvedTarget
pixi-wheels / index / ResolvedTarget
Interface: ResolvedTarget
Defined in: config/types.ts:328
A target after the ring’s geometry has been consulted.
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
landingAngle | number | Wheel-local angle (deg) that ends under the pointer. | config/types.ts:331 |
offset | number | Position within the section, 0 = clockwise start edge, 1 = end edge. | config/types.ts:333 |
section | ResolvedSection | - | config/types.ts:329 |
source | WheelTarget | The target as it was passed in. | config/types.ts:335 |