Méthode | 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.
|
Méthode | Description | |
---|---|---|
FindTexture ( string name ) : DotaTexture |
The find texture.
|
public static GetHeroTexture ( string heroName ) : DotaTexture | ||
heroName | string | /// The hero name. /// |
Résultat | DotaTexture |
public static GetItemTexture ( string itemName ) : DotaTexture | ||
itemName | string | /// The item name. /// |
Résultat | DotaTexture |
public static GetNeutralCreepTexture ( string creepName ) : DotaTexture | ||
creepName | string | /// The creep name. /// |
Résultat | DotaTexture |
public static GetSpellTexture ( string spellName ) : DotaTexture | ||
spellName | string | /// The spell name. /// |
Résultat | DotaTexture |
public static GetTexture ( string name ) : DotaTexture | ||
name | string | /// The name. /// |
Résultat | DotaTexture |