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

Method getStartScale

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

Source from the content-addressed store, hash-verified

148 void setStartScaleY(float y) { _startScale.y = y; }
149
150 ax::Vec2 getStartScale() { return _startScale; }
151
152 float getStartScaleX() { return _startScale.x; }
153

Callers 2

onKeyPressedMethod · 0.80
applyEnterEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected