MCPcopy
hub / github.com/piqnt/planck.js / ComputedStyle

Interface ComputedStyle

testbed/world-view/ComputedStyle.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Joint, Fixture, Body, Shape } from "../";
2
3export interface ComputedStyle {
4 stroke: string;
5 fill: string;
6 lineWidth: number;
7}
8
9export interface ProvidedStyle {
10 stroke?: string;

Callers

nothing calls this directly

Implementers 2

ComputedShapeStyletestbed/world-view/ComputedStyle.ts
ComputedJointStyletestbed/world-view/ComputedStyle.ts

Calls

no outgoing calls

Tested by

no test coverage detected