C# Класс Ensage.Common.Menu.HeroToggler

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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