C# 클래스 RaceGame.Holders.Texture2DHolder

상속: ITexture2DHolder
파일 보기 프로젝트 열기: cjohnsson/Racing-Game

공개 메소드들

메소드 설명
GetTexture2D ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetTexture2DHeight ( ) : int
GetTexture2DWidth ( ) : int
Texture2DHolder ( Microsoft.Xna.Framework.Graphics.Texture2D texture2D ) : Microsoft.Xna.Framework.Graphics

메소드 상세

GetTexture2D() 공개 메소드

public GetTexture2D ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

GetTexture2DHeight() 공개 메소드

public GetTexture2DHeight ( ) : int
리턴 int

GetTexture2DWidth() 공개 메소드

public GetTexture2DWidth ( ) : int
리턴 int

Texture2DHolder() 공개 메소드

public Texture2DHolder ( Microsoft.Xna.Framework.Graphics.Texture2D texture2D ) : Microsoft.Xna.Framework.Graphics
texture2D Microsoft.Xna.Framework.Graphics.Texture2D
리턴 Microsoft.Xna.Framework.Graphics