IconType Enumeration

GeonBit.UI

IconType Enumeration
Pre-defined icons you can use.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum IconType
Members
  Member nameValueDescription
Sword0'Sword' Icon.
Shield1'Shield' Icon.
Armor2'Armor' Icon.
Ring3'Ring' Icon.
RingRuby4'RingRuby' Icon.
RingGold5'RingGold' Icon.
RingGoldRuby6'RingGoldRuby' Icon.
Heart7'Heart' Icon.
Apple8'Apple' Icon.
MagicWand9'MagicWand' Icon.
Book10'Book' Icon.
Key11'Key' Icon.
Scroll12'Scroll' Icon.
Skull13'Skull' Icon.
Bone14'Bone' Icon.
RubyPink15'RubyPink' Icon.
RubyBlue16'RubyBlue' Icon.
RubyGreen17'RubyGreen' Icon.
RubyRed18'RubyRed' Icon.
RubyPurple19'RubyPurple' Icon.
Diamond20'Diamond' Icon.
Helmet21'Helmet' Icon.
Shovel22'Shovel' Icon.
Explanation23'Explanation' Icon.
Sack24'Sack' Icon.
GoldCoins25'GoldCoins' Icon.
MagicBook26'MagicBook' Icon.
Map27'Map' Icon.
Feather28'Feather' Icon.
ShieldAndSword29'ShieldAndSword' Icon.
Cubes30'Cubes' Icon.
FloppyDisk31'FloppyDisk' Icon.
BloodySword32'BloodySword' Icon.
Axe33'Axe' Icon.
PotionRed34'PotionRed' Icon.
PotionYellow35'PotionYellow' Icon.
PotionPurple36'PotionPurple' Icon.
PotionBlue37'PotionBlue' Icon.
PotionCyan38'PotionCyan' Icon.
PotionGreen39'PotionGreen' Icon.
Pistol40'Pistol' Icon.
SilverShard41'SilverShard' Icon.
GoldShard42'GoldShard' Icon.
OrbRed43'OrbRed' Icon.
OrbBlue44'OrbBlue' Icon.
OrbGreen45'OrbGreen' Icon.
ZoomIn46'ZoomIn' Icon.
ZoomOut47'ZoomOut' Icon.
None48Special icon that is just an empty texture.
See Also