C# Class SafeAndFree.Screen

ファイルを表示 Open project: mokasocial/PrivacyDefense Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
Update ( ) : void

Method Details

Draw() public abstract method

public abstract Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Update() public abstract method

public abstract Update ( ) : void
return void