C# Class tetris.Globals

Show file Open project: ttocs7/tetris Class Usage Examples

Public Properties

Property Type Description
blanksprite Microsoft.Xna.Framework.Graphics.Texture2D
content Microsoft.Xna.Framework.Content.ContentManager
fieldoffset Vector2
font Microsoft.Xna.Framework.Graphics.SpriteFont
graphics GraphicsDeviceManager
menusprite Microsoft.Xna.Framework.Graphics.Texture2D
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch

Property Details

blanksprite public static property

public static Texture2D,Microsoft.Xna.Framework.Graphics blanksprite
return Microsoft.Xna.Framework.Graphics.Texture2D

content public static property

public static ContentManager,Microsoft.Xna.Framework.Content content
return Microsoft.Xna.Framework.Content.ContentManager

fieldoffset public static property

public static Vector2 fieldoffset
return Vector2

font public static property

public static SpriteFont,Microsoft.Xna.Framework.Graphics font
return Microsoft.Xna.Framework.Graphics.SpriteFont

graphics public static property

public static GraphicsDeviceManager graphics
return GraphicsDeviceManager

menusprite public static property

public static Texture2D,Microsoft.Xna.Framework.Graphics menusprite
return Microsoft.Xna.Framework.Graphics.Texture2D

spriteBatch public static property

public static SpriteBatch,Microsoft.Xna.Framework.Graphics spriteBatch
return Microsoft.Xna.Framework.Graphics.SpriteBatch