Class Ecrion.Ultrascale.IServerNotification

Top Previous Topic Next Topic  Print this topic

The IServerNotificationEvents is an interface that one can implement in order to retrieve various information from server during the rendering process, such as log and progress.

 

Methods

 

Name

Description

OnLogMessage

Method called when a log message is issued by the server.

OnProgress

Method called when a progress event is issued by the server.

 

 

OnLogMessage

 

Method called when a log message is issued by the server.

 

 

       virtual void onLogMessage(const unsigned char* msg, size_t count)

                       

 

 

 

OnProgress

 

Method called when a progress event is issued by the server.

 

 

       virtual void onProgress(float progress)