C# Class RaceGame_Tests.Holders.StubTexture2DHolder

Inheritance: ITexture2DHolder
Datei anzeigen Open project: cjohnsson/Racing-Game Class Usage Examples

Public Methods

Method Description
GetTexture2D ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetTexture2DHeight ( ) : int
GetTexture2DWidth ( ) : int

Method Details

GetTexture2D() public method

public GetTexture2D ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
return Microsoft.Xna.Framework.Graphics.Texture2D

GetTexture2DHeight() public method

public GetTexture2DHeight ( ) : int
return int

GetTexture2DWidth() public method

public GetTexture2DWidth ( ) : int
return int