YDirection
type YDirection = "down" | "up";
Defined in: packages/core/src/dimensions/types.ts:8
Does increasing y move toward the bottom or top of the pitch (in a standard top-down view)?
type YDirection = "down" | "up";
Defined in: packages/core/src/dimensions/types.ts:8
Does increasing y move toward the bottom or top of the pitch (in a standard top-down view)?