MCPcopy Create free account
hub / github.com/axmolengine/axmol / init

Method init

core/2d/Sprite.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool Sprite::init()
167{
168 initWithTexture(nullptr, Rect::ZERO);
169 return true;
170}
171
172bool Sprite::initWithTexture(Texture2D* texture)
173{

Callers 2

createMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected