Skip to content

OneWayConfig

Defined in: physics/src/types.ts:152

Configuration for a one-way platform collider.

optional direction?: Vec2Like

Defined in: physics/src/types.ts:159

Direction the solid side faces, in the platform body’s local frame. Any non-zero vector; normalized internally. Default: { x: 0, y: -1 } — the solid side faces up, so bodies land from above and pass through from below.


optional margin?: number

Defined in: physics/src/types.ts:165

How deep (in pixels) a body may already overlap the solid face and still land on it. Below that, the body counts as inside the platform and passes through. Default: 4.