Updated on 2022-03-13 GMT+08:00

Constructor and Destructor Functions of an Engine

This API is defined in engine.h.

Syntax

Engine()

virtual ~Engine()

The constructor and destructor functions are optional. You can determine whether to overload and implement them based on the actual situation.