Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Protogame
DefaultUpdateContext
C# Class Protogame.DefaultUpdateContext
The default implementation of
IUpdateContext
.
Inheritance:
IUpdateContext
Mostra file
Open project: RedpointGames/Protogame
Public Methods
Method
Description
Update
(
IGameContext
context
) :
void
Method Details
Update()
public
method
public
Update
(
IGameContext
context
) :
void
context
IGameContext
return
void