MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / GetSprite

Method GetSprite

LuaSTGPlus/ResourceMgr.h:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 public:
123 size_t GetCount()const LNOEXCEPT { return m_ImageSequences.size(); }
124 f2dSprite* GetSprite(fuInt index)LNOEXCEPT
125 {
126 if (index >= GetCount())
127 return nullptr;
128 return m_ImageSequences[index];
129 }
130 fuInt GetInterval()const LNOEXCEPT { return m_Interval; }
131 BlendMode GetBlendMode()const LNOEXCEPT { return m_BlendMode; }
132 void SetBlendMode(BlendMode m)LNOEXCEPT { m_BlendMode = m; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected