MCPcopy
hub / github.com/4ian/GDevelop / BodyUpdater

Interface BodyUpdater

Extensions/Physics3DBehavior/Physics3DRuntimeBehavior.ts:2134–2140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2132 }
2133
2134 export interface BodyUpdater {
2135 createAndAddBody(): Jolt.Body | null;
2136 updateObjectFromBody(): void;
2137 updateBodyFromObject(): void;
2138 recreateShape(): void;
2139 destroyBody(): void;
2140 }
2141
2142 export class DefaultBodyUpdater
2143 implements gdjs.Physics3DRuntimeBehavior.BodyUpdater

Callers 16

_createBodyMethod · 0.65
updateObjectFromBodyMethod · 0.65
stepMethod · 0.65
updateObjectFromBodyMethod · 0.65
stepMethod · 0.65
updateBodyFromObjectMethod · 0.65
stepMethod · 0.65
updateBodyFromObjectMethod · 0.65
stepMethod · 0.65
recreateShapeMethod · 0.65
_recreateShapeMethod · 0.65
getPhysics3DMethod · 0.65

Implementers 3

CharacterBodyUpdaterExtensions/Physics3DBehavior/PhysicsCh
VehicleBodyUpdaterExtensions/Physics3DBehavior/PhysicsCa
DefaultBodyUpdaterExtensions/Physics3DBehavior/Physics3D

Calls

no outgoing calls

Tested by

no test coverage detected