C# Class tetris.Globals

Mostra 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_oe static_oe property

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

content public_oe static_oe property

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

fieldoffset public_oe static_oe property

public static Vector2 fieldoffset
return Vector2

font public_oe static_oe property

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

graphics public_oe static_oe property

public static GraphicsDeviceManager graphics
return GraphicsDeviceManager

menusprite public_oe static_oe property

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

spriteBatch public_oe static_oe property

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