MCPcopy
hub / github.com/phaserjs/phaser / IChamfer

Interface IChamfer

types/matter.d.ts:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 // --------------------------------------------------------------
14
15 interface IChamfer {
16
17 radius?: number | Array<number>;
18 quality?: number;
19 qualityMin?: number;
20 qualityMax?: number;
21
22 }
23
24 interface IChamferableBodyDefinition extends IBodyDefinition {
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…