C# 클래스 DotA2Analysis.Hero

파일 보기 프로젝트 열기: epicvrvs/DotA2Analysis

공개 프로퍼티들

프로퍼티 타입 설명
Attribute HeroAttribute
HasLegs bool
IsRanged bool
Name string
Roles HeroRole[]

공개 메소드들

메소드 설명
Get ( string name ) : Hero
Hero ( string name, bool isRanged, bool hasLegs, HeroAttribute attribute ) : System

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string name ) : Hero
name string
리턴 Hero

Hero() 공개 메소드

public Hero ( string name, bool isRanged, bool hasLegs, HeroAttribute attribute ) : System
name string
isRanged bool
hasLegs bool
attribute HeroAttribute
리턴 System

프로퍼티 상세

Attribute 공개적으로 프로퍼티

public HeroAttribute Attribute
리턴 HeroAttribute

HasLegs 공개적으로 프로퍼티

public bool HasLegs
리턴 bool

IsRanged 공개적으로 프로퍼티

public bool IsRanged
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Roles 공개적으로 프로퍼티

public HeroRole[] Roles
리턴 HeroRole[]