PitchAppearance
Defined in: packages/core/src/scene/types.ts:235
Non-coordinate visual treatment of the pitch surface (PRD §8.7's
"grass/stripes, line colour/width/alpha, goal types" styling knobs).
Deliberately separate from PitchDimensions (a fact about the provider's
coordinate system) and from CSS variables (the colours themselves) — this
only toggles which shapes get painted.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
goalType? | readonly | GoalType | packages/core/src/scene/types.ts:237 |
stripes? | readonly | PitchStripes | packages/core/src/scene/types.ts:236 |