C# 클래스 RaceGame_Tests.Holders.StubTexture2DHolder

상속: ITexture2DHolder
파일 보기 프로젝트 열기: cjohnsson/Racing-Game 1 사용 예제들

공개 메소드들

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

메소드 상세

GetTexture2D() 공개 메소드

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

GetTexture2DHeight() 공개 메소드

public GetTexture2DHeight ( ) : int
리턴 int

GetTexture2DWidth() 공개 메소드

public GetTexture2DWidth ( ) : int
리턴 int