#include <c4d_tools.h>
Public Member Functions | |
| BakeProgressInfo () | |
Public Attributes | |
| Int32 | version |
| void * | private_data |
| BAKE_STATE | state |
| void * | data |
| Int32 | timedelta |
| Float | r |
| Int32 | starttime |
| BakeProgressInfo | ( | ) |
Default constructor.
| Int32 version |
Bake version.
| void* private_data |
Private.
| BAKE_STATE state |
Bake state: BAKE_STATE.
| void* data |
Only used in case of a BAKE_STATE::RESIZENOTIFY message, cast to BakeTextureResizeNotify*.
| Int32 timedelta |
Time.
| Float r |
Progress, between 0 and 1.
| Int32 starttime |
Start time in milliseconds.