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

Method getOriginPoint

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

Source from the content-addressed store, hash-verified

3457 }
3458
3459 getOriginPoint() {
3460 return [
3461 this._originPoint[0] === null
3462 ? this._modelOriginPoint[0]
3463 : this._originPoint[0],
3464 this._originPoint[1] === null
3465 ? this._modelOriginPoint[1]
3466 : this._originPoint[1],
3467 this._originPoint[2] === null
3468 ? this._modelOriginPoint[2]
3469 : this._originPoint[2],
3470 ];
3471 }
3472
3473 getCenterPoint() {
3474 return [

Callers 6

getOriginXMethod · 0.95
getOriginYMethod · 0.95
updateMethod · 0.95
getDrawableXMethod · 0.45
getDrawableYMethod · 0.45
getDrawableZMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected