(bodyId: Jolt.BodyID)
| 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) { |
no outgoing calls
no test coverage detected