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

Method setStartScaleY

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

Source from the content-addressed store, hash-verified

146 void setStartScaleX(float x) { _startScale.x = x; }
147
148 void setStartScaleY(float y) { _startScale.y = y; }
149
150 ax::Vec2 getStartScale() { return _startScale; }
151

Callers 2

loadLevelMethod · 0.80
createFromStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected