public sealed class GameLoopTickDescribes one CMAPI game-loop event.
Members
TickGets the one-based sequence number for the event that raised this tick.propertyRuntimeElapsedGets the monotonic time elapsed since CMAPI runtime startup.propertyGameLoopTickCreates an immutable game-loop tick.methodTick
propertypublic ulong TickGets the one-based sequence number for the event that raised this tick.
Update and one-second events maintain separate sequence numbers.
RuntimeElapsed
propertypublic TimeSpan RuntimeElapsedGets the monotonic time elapsed since CMAPI runtime startup.
GameLoopTick
methodpublic GameLoopTick(ulong tick, TimeSpan runtimeElapsed)Creates an immutable game-loop tick.