-
首页
-
C4D R23.110 C++ SDK
#include <c4d_graphview.h>
详细描述
Stores calculation time related information. Cannot be instantiated.
构造函数 & 析构函数文档编制
◆
GvCalcTime()
◆
~GvCalcTime()
Member Data Documentation
◆
init
true
if this is the first call.
◆
init_time
true
if
time
==
start
is reached.
◆
time_changed
true
if
time
has changed since the previous call.
◆
loop_changed
true
if
loop_start
or
loop_end
has changed since the previous call.
◆
length_changed
true
if
start
or
end
has changed since the previous call.
◆
time
Equivalent to
BaseDocument::GetTime()
.
◆
delta
Delta time since
previous
.
◆
start
Equivalent to
BaseDocument::GetMinTime()
.
◆
end
Equivalent to
BaseDocument::GetMaxTime()
.
◆
loop_start
Equivalent to
BaseDocument::GetLoopMinTime()
.
◆
loop_end
Equivalent to
BaseDocument::GetLoopMaxTime()
.
◆
previous
The time value of the previous call.
◆
fps
Equivalent to
BaseDocument::GetFps()
.