Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setStartPositionX
Method
setStartPositionX
Source/GameObject.h:132–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
void setStartPosition(ax::Vec2 pos) { _startPosition = pos; }
131
132
void setStartPositionX(float x) { _startPosition.x = x; }
133
134
void setStartPositionY(float y) { _startPosition.y = y; }
135
Callers
1
onKeyPressed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected