SpiecsEngine
 
Loading...
Searching...
No Matches

◆ OnUpdate()

void Spices::SlateRegister::OnUpdate ( TimeStep & ts) const
Note
This function is not in use now.
Parameters
[in]tsTimeStep.

Iter hash map.

Iter hash map.

Definition at line 14 of file SlateRegister.cpp.

15 {
17
21 for (auto& pair : m_SlatesEventContainer)
22 {
23 pair.second->OnUpdate(ts);
24 }
25 }
#define SPICES_PROFILE_ZONE
std::unordered_map< std::string, std::shared_ptr< ImguiSlate > > m_SlatesEventContainer
The container of all slate handle.