RingParams
pixi-wheels / index / RingParams
Interface: RingParams
Defined in: core/Ring.ts:26
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
direction | SpinDirection | - | core/Ring.ts:31 |
dynamic | DynamicSectionsConfig | null | - | core/Ring.ts:39 |
events | EventEmitter<WheelEvents> | - | core/Ring.ts:43 |
geometry | RingGeometry | - | core/Ring.ts:30 |
id | string | - | core/Ring.ts:27 |
idle | IdleConfig | null | - | core/Ring.ts:38 |
initialSpeed | string | - | core/Ring.ts:35 |
innerRadius | number | - | core/Ring.ts:29 |
landing | LandingOptions | - | core/Ring.ts:36 |
outerRadius | number | - | core/Ring.ts:28 |
pegs | PegConfig | null | Pegs the tongues touch; null for none. | core/Ring.ts:41 |
pointers | Pointer[] | - | core/Ring.ts:32 |
profiles | Map<string, SpinProfile> | - | core/Ring.ts:34 |
rng | () => number | - | core/Ring.ts:42 |
skin | RingSkin | - | core/Ring.ts:33 |
skip | Required<SkipConfig> | - | core/Ring.ts:37 |
ticker | Ticker | - | core/Ring.ts:44 |