MCPcopy Create free account
hub / github.com/Autodesk/synthesis / GetBody

Method GetBody

fission/src/systems/physics/PhysicsSystem.ts:1240–1242  ·  view source on GitHub ↗
(bodyId: Jolt.BodyID)

Source from the content-addressed store, hash-verified

1238 }
1239
1240 public GetBody(bodyId: Jolt.BodyID) {
1241 return this._joltPhysSystem.GetBodyLockInterface().TryGetBody(bodyId)
1242 }
1243
1244 public Update(deltaT: number): void {
1245 if (this._pauseSet.size > 0) {

Callers 15

DisablePhysicsForBodyMethod · 0.95
EnablePhysicsForBodyMethod · 0.95
CreateGodModeBodyMethod · 0.95
constructorMethod · 0.80
constructorMethod · 0.80
UpdateMethod · 0.80
constructorMethod · 0.80
SetupMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected