C# 클래스 MilkShakeFramework.Tools.Utils.TextureUtils

파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 메소드들

메소드 설명
GenerateTexture ( int width, int height, Color color ) : Microsoft.Xna.Framework.Graphics.Texture2D
GenerateTexureWithBorder ( int width, int height, Color color, int borderThickness, Color borderColor ) : Microsoft.Xna.Framework.Graphics.Texture2D

메소드 상세

GenerateTexture() 공개 정적인 메소드

public static GenerateTexture ( int width, int height, Color color ) : Microsoft.Xna.Framework.Graphics.Texture2D
width int
height int
color Color
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

GenerateTexureWithBorder() 공개 정적인 메소드

public static GenerateTexureWithBorder ( int width, int height, Color color, int borderThickness, Color borderColor ) : Microsoft.Xna.Framework.Graphics.Texture2D
width int
height int
color Color
borderThickness int
borderColor Color
리턴 Microsoft.Xna.Framework.Graphics.Texture2D