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