MCPcopy
hub / github.com/KilledByAPixel/LittleJS / getIsAwake

Method getIsAwake

plugins/box2d.js:391–391  ·  view source on GitHub ↗

Check if this object is awake * @return {boolean}

()

Source from the content-addressed store, hash-verified

389 /** Check if this object is awake
390 * @return {boolean} */
391 getIsAwake() { return this.body.IsAwake(); }
392
393 /** Gets the physics body type
394 * @return {number} */

Callers 1

renderDebugInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected