MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / down

Method down

examples/extern/gmath.bundle.js:665–667  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

663 return new Vector2(0, 1);
664 }
665 static down() {
666 return new Vector2(0, -1);
667 }
668 static left() {
669 return new Vector2(-1, 0);
670 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected