C# Class Ensage.Common.Objects.Textures

The textures.
显示文件 Open project: EnsageSharp/Ensage.Common

Public Methods

Method Description
GetHeroTexture ( string heroName ) : DotaTexture

The get hero texture.

GetItemTexture ( string itemName ) : DotaTexture

The get item texture.

GetNeutralCreepTexture ( string creepName ) : DotaTexture

The get neutral creep texture.

GetSpellTexture ( string spellName ) : DotaTexture

The get spell texture.

GetTexture ( string name ) : DotaTexture

The get texture.

Private Methods

Method Description
FindTexture ( string name ) : DotaTexture

The find texture.

Method Details

GetHeroTexture() public static method

The get hero texture.
public static GetHeroTexture ( string heroName ) : DotaTexture
heroName string /// The hero name. ///
return DotaTexture

GetItemTexture() public static method

The get item texture.
public static GetItemTexture ( string itemName ) : DotaTexture
itemName string /// The item name. ///
return DotaTexture

GetNeutralCreepTexture() public static method

The get neutral creep texture.
public static GetNeutralCreepTexture ( string creepName ) : DotaTexture
creepName string /// The creep name. ///
return DotaTexture

GetSpellTexture() public static method

The get spell texture.
public static GetSpellTexture ( string spellName ) : DotaTexture
spellName string /// The spell name. ///
return DotaTexture

GetTexture() public static method

The get texture.
public static GetTexture ( string name ) : DotaTexture
name string /// The name. ///
return DotaTexture