LandingOptions
pixi-wheels / index / LandingOptions
Interface: LandingOptions
Defined in: config/types.ts:174
Extended by#
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
anticipation? | AnticipationOptions | null | Bait the player with another section before landing. Default none. | config/types.ts:181 |
margin? | number | 'random' only: keep-away from the section edges as a fraction of its arc. Default 0.12. | config/types.ts:177 |
mode? | LandingMode | - | config/types.ts:175 |
settle? | | SettleMode | SettleConfig | What happens after the pointer reaches the landing angle. Default { mode: 'none' }. | config/types.ts:179 |