Jypeli 4
The simple game programming library
Julkiset jäsenfunktiot | Ominaisuudet
TimeStep luokkareferenssi

Class that holds information about a change in time;. Lisää...

Lista kaikista jäsenistä.

Julkiset jäsenfunktiot

 TimeStep (Scalar dt, int updateCount)
 Creates a new Timestep instance.

Ominaisuudet

Scalar Dt [get]
 The current change in time. (seconds)
Scalar DtInv [get]
 The inverse of the change in time. (0 if dt is 0)
Scalar TrueDt [get]
 The actaul change in time. (seconds)
Scalar TrueDtInv [get]
 The inverse of the actaul change in time. (0 if dt is 0)
int UpdateCount [get]
 The number for the current update.

Yksityiskohtainen selite

Class that holds information about a change in time;.


Rakentajien & purkajien dokumentaatio

TimeStep ( Scalar  dt,
int  updateCount 
) [inline]

Creates a new Timestep instance.

Parametrit:
dtThe current change in time. (seconds)
updateCountThe number for the current update.

Ominaisuuksien dokumentaatio

Scalar Dt [get]

The current change in time. (seconds)

Scalar DtInv [get]

The inverse of the change in time. (0 if dt is 0)

Scalar TrueDt [get]

The actaul change in time. (seconds)

Scalar TrueDtInv [get]

The inverse of the actaul change in time. (0 if dt is 0)

int UpdateCount [get]

The number for the current update.


Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta:
 Kaikki Luokat Nimiavaruudet Funktiot Muuttujat Luettelotyypit Ominaisuudet Tapahtumat