GameExtensions Class

Summary

Extensions for IGame
Namespace
StrideToolkit.Engine
Base Types
  • object
graph BT Type-->Base0["object"] Type["GameExtensions"] class Type type-node

Syntax

public static class GameExtensions

Methods

Name Value Summary
Exit(IGame) void
Exits the game.
static
GetDeltaTime(IGame) float
Gets the elapsed total seconds since last update.
static