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

Method getOriginY

Extensions/3D/JsExtension.js:3444–3447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3442 }
3443
3444 getOriginY() {
3445 const originPoint = this.getOriginPoint();
3446 return this.getHeight() * originPoint[1];
3447 }
3448
3449 getCenterX() {
3450 const centerPoint = this.getCenterPoint();

Callers

nothing calls this directly

Calls 2

getOriginPointMethod · 0.95
getHeightMethod · 0.65

Tested by

no test coverage detected