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

ファイルを表示 Open project: willcraftia/TestXna Class Usage Examples

Public Methods

Method Description
CreateFillTexture ( GraphicsDevice graphicsDevice ) : Microsoft.Xna.Framework.Graphics.Texture2D

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

Method Details

CreateFillTexture() public static method

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