stmm-games-doc  0.32.0
Public Member Functions | List of all members
stmg::Level::LevelBlockCreator Class Referenceabstract

Factory interface for level blocks. More...

Public Member Functions

virtual LevelBlockcreate () noexcept=0
 The factory function. More...
 

Detailed Description

Factory interface for level blocks.

Member Function Documentation

◆ create()

virtual LevelBlock* stmg::Level::LevelBlockCreator::create ( )
pure virtualnoexcept

The factory function.

Returns
The level block. Must not be null.