Skip to main content

plugin-matterjs.physicssystemparams

Home > @eva/plugin-matterjs > PhysicsSystemParams

PhysicsSystemParams interface

Signature:
export interface PhysicsSystemParams 

Properties

PropertyTypeDescription
canvas?HTMLCanvasElement(Optional)
deltaSampleSize?number(Optional)
element?HTMLElement(Optional)
fps?number(Optional)
isTest?boolean(Optional)
mouse?{ open: boolean; constraint?: Matter.Constraint; }(Optional)
resolution?number(Optional)
worldDeepPartial<Matter.IWorldDefinition>