C# Class BadgeStore.BadgeInfo, CodeSpells

Show file Open project: srfoster/CodeSpells

Public Properties

Property Type Description
buttonUnlockable bool
label string
path string
texture UnityEngine.Texture2D

Public Methods

Method Description
BadgeInfo ( string label, string path ) : System.Collections
MakeButtonUnlockable ( ) : void

Method Details

BadgeInfo() public method

public BadgeInfo ( string label, string path ) : System.Collections
label string
path string
return System.Collections

MakeButtonUnlockable() public method

public MakeButtonUnlockable ( ) : void
return void

Property Details

buttonUnlockable public property

public bool buttonUnlockable
return bool

label public property

public string label
return string

path public property

public string path
return string

texture public property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D