MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Map

Method Map

Source/3rdParty/tmxlite/Map.cpp:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48using namespace tmx;
49
50Map::Map()
51 : m_orientation (Orientation::None),
52 m_renderOrder (RenderOrder::None),
53 m_infinite (false),
54 m_hexSideLength (0.f),
55 m_staggerAxis (StaggerAxis::None),
56 m_staggerIndex (StaggerIndex::None)
57{
58
59}
60
61//public
62bool Map::load(const std::string& path)

Callers 14

createCommittedResourceFunction · 0.80
readTextureMethod · 0.80
requestScreenShotMethod · 0.80
postResetMethod · 0.80
createMethod · 0.80
updateMethod · 0.80
updateSubresourcesFunction · 0.80
initMethod · 0.80
readTextureMethod · 0.80
requestScreenShotMethod · 0.80
captureMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected