Variable graphicsUtilsConst
graphicsUtils: { ArcUtils: typeof ArcUtils; BATCH_POOL: BatchPart[]; BatchPart: typeof BatchPart; BezierUtils: typeof BezierUtils; DRAW_CALL_POOL: BatchDrawCall[]; FILL_COMMANDS: Record<SHAPES, IShapeBuildCommand>; QuadraticUtils: typeof QuadraticUtils; buildCircle: IShapeBuildCommand; buildLine: typeof buildLine; buildPoly: IShapeBuildCommand; buildRectangle: IShapeBuildCommand; buildRoundedRectangle: IShapeBuildCommand; } Type declaration
ArcUtils: typeof ArcUtils
BATCH_POOL: BatchPart[]
BatchPart: typeof BatchPart
BezierUtils: typeof BezierUtils
FILL_COMMANDS: Record<SHAPES, IShapeBuildCommand>
QuadraticUtils: typeof QuadraticUtils
buildCircle: IShapeBuildCommand
buildLine: typeof buildLine
buildPoly: IShapeBuildCommand
buildRectangle: IShapeBuildCommand
buildRoundedRectangle: IShapeBuildCommand