C# 클래스 EasyFarm.Parsing.ResourceHelper

파일 보기 프로젝트 열기: EasyFarm/EasyFarm

공개 메소드들

메소드 설명
IsAbility ( AbilityType abilityType ) : bool

Represents all the types that are not spells or casted.

IsSpell ( AbilityType abilityType ) : bool

Represents all the types that are spells or casted.

ToAbilityType ( string abilityType ) : AbilityType
ToCategoryType ( string categoryType ) : CategoryType
ToElementType ( string elementType ) : ElementType
ToSkillType ( string skillType ) : SkillType
ToTargetType ( string targetType ) : TargetType
ToTargetTypeFlags ( string targetType ) : TargetType

메소드 상세

IsAbility() 공개 정적인 메소드

Represents all the types that are not spells or casted.
public static IsAbility ( AbilityType abilityType ) : bool
abilityType AbilityType
리턴 bool

IsSpell() 공개 정적인 메소드

Represents all the types that are spells or casted.
public static IsSpell ( AbilityType abilityType ) : bool
abilityType AbilityType
리턴 bool

ToAbilityType() 공개 정적인 메소드

public static ToAbilityType ( string abilityType ) : AbilityType
abilityType string
리턴 AbilityType

ToCategoryType() 공개 정적인 메소드

public static ToCategoryType ( string categoryType ) : CategoryType
categoryType string
리턴 CategoryType

ToElementType() 공개 정적인 메소드

public static ToElementType ( string elementType ) : ElementType
elementType string
리턴 ElementType

ToSkillType() 공개 정적인 메소드

public static ToSkillType ( string skillType ) : SkillType
skillType string
리턴 SkillType

ToTargetType() 공개 정적인 메소드

public static ToTargetType ( string targetType ) : TargetType
targetType string
리턴 TargetType

ToTargetTypeFlags() 공개 정적인 메소드

public static ToTargetTypeFlags ( string targetType ) : TargetType
targetType string
리턴 TargetType