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

파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
AbilityToggler ( bool>.Dictionary abilityDictionary ) : System

Initializes a new instance of the AbilityToggler struct.

Add ( string name, bool defaultValue = true ) : void

The add.

Add ( string name, string textureName, bool defaultValue = true ) : void

You cannot add duplicates with this method, use Add(name, defaultValue) instead

IsEnabled ( string name ) : bool

The is enabled.

Remove ( string name ) : void

The remove.

메소드 상세

AbilityToggler() 공개 메소드

Initializes a new instance of the AbilityToggler struct.
public AbilityToggler ( bool>.Dictionary abilityDictionary ) : System
abilityDictionary bool>.Dictionary /// The ability dictionary. ///
리턴 System

Add() 공개 메소드

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

Add() 공개 메소드

You cannot add duplicates with this method, use Add(name, defaultValue) instead
public Add ( string name, string textureName, bool defaultValue = true ) : void
name string /// The name. ///
textureName string /// The texture name. ///
defaultValue bool /// The default value. ///
리턴 void

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

프로퍼티 상세

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