interface
|
IUpdateableFrameTime
|
base of
|
CameraPath
|
||
Component
|
|||||
EnvironmentMapResource
|
|||||
IApplication
|
|||||
ICameraControl
|
|||||
IWidget
|
|||||
ObjectList
|
|||||
TerrainView
|
This method is called once per application frame.
method
|
UpdateFrameTime
(float32 time)
|
||
type
|
bool
|
||
params
|
time
|
[>0]
|
The amount of time that has elapsed since the last frame, in seconds. |
returns
|
true
if
the
object
needs
to
be
presented
again,
false
if
the
current
presentation
is
still
valid.
|