C# 클래스 Ensage.Common.Menu.HeroToggler

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

공개 프로퍼티들

프로퍼티 타입 설명
DefaultValues bool
Dictionary bool>.Dictionary
PositionDictionary float[]>.Dictionary
SValuesDictionary bool>.Dictionary
UseAllyHeroes bool
UseEnemyHeroes bool

공개 메소드들

메소드 설명
Add ( string name, bool defaultValue = true ) : void

The add.

HeroToggler ( bool>.Dictionary heroDictionary, bool useEnemyHeroes = false, bool useAllyHeroes = false, bool defaultValues = true ) : System

Initializes a new instance of the HeroToggler struct.

IsEnabled ( string name ) : bool

The is enabled.

Remove ( string name ) : void

The remove.

메소드 상세

Add() 공개 메소드

The add.
public Add ( string name, bool defaultValue = true ) : void
name string /// The name. ///
defaultValue bool /// The default value. ///
리턴 void

HeroToggler() 공개 메소드

Initializes a new instance of the HeroToggler struct.
public HeroToggler ( bool>.Dictionary heroDictionary, bool useEnemyHeroes = false, bool useAllyHeroes = false, bool defaultValues = true ) : System
heroDictionary bool>.Dictionary /// The hero dictionary. ///
useEnemyHeroes bool /// The use enemy heroes. ///
useAllyHeroes bool /// The use ally heroes. ///
defaultValues bool /// The default values. ///
리턴 System

IsEnabled() 공개 메소드

The is enabled.
public IsEnabled ( string name ) : bool
name string /// The name. ///
리턴 bool

Remove() 공개 메소드

The remove.
public Remove ( string name ) : void
name string /// The name. ///
리턴 void

프로퍼티 상세

DefaultValues 공개적으로 프로퍼티

The default values.
public bool DefaultValues
리턴 bool

Dictionary 공개적으로 프로퍼티

The dictionary.
public Dictionary Dictionary
리턴 bool>.Dictionary

PositionDictionary 공개적으로 프로퍼티

The position dictionary.
public Dictionary PositionDictionary
리턴 float[]>.Dictionary

SValuesDictionary 공개적으로 프로퍼티

The s values dictionary.
public Dictionary SValuesDictionary
리턴 bool>.Dictionary

UseAllyHeroes 공개적으로 프로퍼티

The use ally heroes.
public bool UseAllyHeroes
리턴 bool

UseEnemyHeroes 공개적으로 프로퍼티

The use enemy heroes.
public bool UseEnemyHeroes
리턴 bool