Method | Description | |
---|---|---|
Demo ( IKernel kernel, TestGame game, Microsoft.Xna.Framework.Content.ContentManager content, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System.Numerics | ||
Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void | ||
Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void |
Method | Description | |
---|---|---|
BeginTransitionOn ( ) : void |
public Demo ( IKernel kernel, TestGame game, Microsoft.Xna.Framework.Content.ContentManager content, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System.Numerics | ||
kernel | IKernel | |
game | TestGame | |
content | Microsoft.Xna.Framework.Content.ContentManager | |
device | Microsoft.Xna.Framework.Graphics.GraphicsDevice | |
return | System.Numerics |
public Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void | ||
gameTime | Microsoft.Xna.Framework.GameTime | |
return | void |
public Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void | ||
gameTime | Microsoft.Xna.Framework.GameTime | |
return | void |