Description
Gets or sets the update delta of the
projection stream in seconds. The Update Delta
defines the interval at which the Update method will
be called. The default Update Delta
is 0, which will call the Update method
every time the Scene Manager time changes. When
animating, this means the Update method
would be called on every animation step.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UpdateDelta() As Double
|