Searched refs:m_MaxFogs (Results 1 – 4 of 4) sorted by relevance
180 m_MaxFogs(DEFAULT_MAX_FOGS), in Builder()195 Builder& MaxFogs(s32 max) { m_MaxFogs = max; return *this; } in MaxFogs()220 int m_MaxFogs; variable
170 m_MaxFogs(DEFAULT_MAX_FOGS), in Builder()219 Builder& MaxFogs(s32 max) { m_MaxFogs = max; return *this; } in MaxFogs()248 s32 m_MaxFogs; variable
63 fogs = FogArray(this->m_MaxFogs, allocator); in Create()
112 description.fogs = FogArray(m_MaxFogs, allocator); in Create()