Свойство | Тип | Описание | |
---|---|---|---|
batcher | |||
bitmapFont | BitmapFont | ||
instance | |||
pixelTexture |
Метод | Описание | |
---|---|---|
Graphics ( ) : System | ||
Graphics ( BitmapFont font ) : System | ||
createSingleColorTexture ( int width, int height, Color color ) : Microsoft.Xna.Framework.Graphics.Texture2D |
helper method that generates a single color texture of the given dimensions
|
|
unload ( ) : void |
public Graphics ( BitmapFont font ) : System | ||
font | BitmapFont | |
Результат | System |
public static createSingleColorTexture ( int width, int height, Color color ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
width | int | Width. |
height | int | Height. |
color | Color | Color. |
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |