C# Class Willcraftia.Xna.Framework.Graphics.Texture2DHelper

Afficher le fichier Open project: willcraftia/TestXna Class Usage Examples

Méthodes publiques

Méthode Description
CreateFillTexture ( GraphicsDevice graphicsDevice ) : Microsoft.Xna.Framework.Graphics.Texture2D

Color.White で塗りつぶされた 1x1 のテクスチャを生成します。

Method Details

CreateFillTexture() public static méthode

Color.White で塗りつぶされた 1x1 のテクスチャを生成します。
public static CreateFillTexture ( GraphicsDevice graphicsDevice ) : Microsoft.Xna.Framework.Graphics.Texture2D
graphicsDevice GraphicsDevice GraphicsDevice。
Résultat Microsoft.Xna.Framework.Graphics.Texture2D