Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setStartScaleX
Method
setStartScaleX
Source/GameObject.h:146–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
void setStartScale(ax::Vec2 scale) { _startScale = scale; }
145
146
void setStartScaleX(float x) { _startScale.x = x; }
147
148
void setStartScaleY(float y) { _startScale.y = y; }
149
Callers
2
loadLevel
Method · 0.80
createFromString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected