Skip to main content

plugin-matterjs.physicssystem

Home > @eva/plugin-matterjs > PhysicsSystem

PhysicsSystem class

Signature:
export default class PhysicsSystem extends System<PhysicsSystemParams> 
Extends: System<[PhysicsSystemParams](/zh-cn/docs/api/plugin-matterjs.physicssystemparams)>

Properties

PropertyModifiersTypeDescription
systemNamestaticstring

Methods

MethodModifiersDescription
awake()
componentChanged(changed)
init(param)
lateUpdate()
onDestroy()
onPause()
onResume()
start()
update(e)