TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IUpdateableFrameTime in Tinman.AddOns.Application

interface IUpdateableFrameTime base of CameraPath
  Component
  EnvironmentMapResource
  IApplication
  ICameraControl
  IWidget
  ObjectList
  TerrainView

Methods

UpdateFrameTime

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.