C# Class Fusion.Engine.Graphics.TextureMap

Exibir arquivo Open project: demiurghg/FusionEngine Class Usage Examples

Private Properties

Property Type Description
LoadTexture DiscTexture

Public Methods

Method Description
TextureMap ( ) : System

TextureMap ( string defaultTexture, bool srgb ) : System

ToString ( ) : string

Private Methods

Method Description
LoadTexture ( ContentManager content, string fallbackPath ) : DiscTexture

Method Details

TextureMap() public method

public TextureMap ( ) : System
return System

TextureMap() public method

public TextureMap ( string defaultTexture, bool srgb ) : System
defaultTexture string
srgb bool
return System

ToString() public method

public ToString ( ) : string
return string