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

Method SetBlendMode

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

Source from the content-addressed store, hash-verified

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; }
133 double GetHalfSizeX()const LNOEXCEPT { return m_HalfSizeX; }
134 double GetHalfSizeY()const LNOEXCEPT { return m_HalfSizeY; }
135 bool IsRectangle()const LNOEXCEPT { return m_bRectangle; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected