C# 클래스 Ensage.Common.Objects.Textures

The textures.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
FindTexture ( string name ) : DotaTexture

The find texture.

메소드 상세

GetHeroTexture() 공개 정적인 메소드

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

GetItemTexture() 공개 정적인 메소드

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

GetNeutralCreepTexture() 공개 정적인 메소드

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

GetSpellTexture() 공개 정적인 메소드

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

GetTexture() 공개 정적인 메소드

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