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

Method SetBlendMode

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

Source from the content-addressed store, hash-verified

97 f2dSprite* GetSprite()LNOEXCEPT { return m_Sprite; }
98 BlendMode GetBlendMode()const LNOEXCEPT { return m_BlendMode; }
99 void SetBlendMode(BlendMode m)LNOEXCEPT { m_BlendMode = m; }
100 double GetHalfSizeX()const LNOEXCEPT { return m_HalfSizeX; }
101 double GetHalfSizeY()const LNOEXCEPT { return m_HalfSizeY; }
102 bool IsRectangle()const LNOEXCEPT { return m_bRectangle; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected