Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TimingMethod

A Timing Method describes which form of timing is used. This can either be Real Time or Game Time.

Index

Enumeration members

Enumeration members

GameTime

GameTime = 1

Game Time describes the timing that is provided by the game that is being run. This is entirely optional and may either be Real Time with loading times removed or some time provided by the game.

RealTime

RealTime = 0

Real Time is the unmodified timing that is as close to an atomic clock as possible.

Generated using TypeDoc