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

Method SetBound

LuaSTGPlus/GameObjectPool.h:182–188  ·  view source on GitHub ↗

@brief ������̨�߽�

Source from the content-addressed store, hash-verified

180
181 /// @brief ������̨�߽�
182 void SetBound(lua_Number l, lua_Number r, lua_Number b, lua_Number t)LNOEXCEPT
183 {
184 m_BoundLeft = l;
185 m_BoundRight = r;
186 m_BoundTop = t;
187 m_BoundBottom = b;
188 }
189
190 /// @brief ִ�б߽���
191 void BoundCheck()LNOEXCEPT;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected