MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / setStartPositionY

Method setStartPositionY

Source/GameObject.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 void setStartPositionX(float x) { _startPosition.x = x; }
133
134 void setStartPositionY(float y) { _startPosition.y = y; }
135
136 ax::Vec2 getStartPosition() { return _startPosition; }
137

Callers 1

onKeyPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected