Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 465 Bytes

File metadata and controls

19 lines (13 loc) · 465 Bytes

MessageLoadProgressData

struct in AdvancedSceneManager.Loading

Description

An implementation of Loading.ILoadProgressData that provides a string message.

Properties

Member Description
string message The message of this report.
float value The reported progress value.

Methods

Member Description
virtual string ToString() _No documentation available._