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

Method SetBlendMode

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

Source from the content-addressed store, hash-verified

231 size_t GetAliveCount()const LNOEXCEPT { return m_iAlive; }
232 BlendMode GetBlendMode()const LNOEXCEPT { return m_BlendMode; }
233 void SetBlendMode(BlendMode m)LNOEXCEPT { m_BlendMode = m; }
234 float GetEmission()const LNOEXCEPT { return m_fEmission; }
235 void SetEmission(float e)LNOEXCEPT { m_fEmission = e; }
236 bool IsActived()const LNOEXCEPT { return m_iStatus == Status::Alive; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected