C# Class Trong.Ring

显示文件 Open project: sch-gamedev/trong Class Usage Examples

Public Methods

Method Description
Draw ( SharpDX.Toolkit.Graphics.SpriteBatch spriteBatch ) : void
LoadContent ( ContentManager contentManager ) : void
Ring ( SharpDX.Toolkit.GameWindow window ) : System
Update ( SharpDX.Toolkit.GameTime gameTime ) : void

Private Methods

Method Description
onWindowClientSizeChanged ( object sender, EventArgs e ) : void
updateWindowClientSizeDependentFields ( ) : void

Method Details

Draw() public method

public Draw ( SharpDX.Toolkit.Graphics.SpriteBatch spriteBatch ) : void
spriteBatch SharpDX.Toolkit.Graphics.SpriteBatch
return void

LoadContent() public method

public LoadContent ( ContentManager contentManager ) : void
contentManager ContentManager
return void

Ring() public method

public Ring ( SharpDX.Toolkit.GameWindow window ) : System
window SharpDX.Toolkit.GameWindow
return System

Update() public method

public Update ( SharpDX.Toolkit.GameTime gameTime ) : void
gameTime SharpDX.Toolkit.GameTime
return void