C# Class BadgeStore.BadgeInfo, CodeSpells

Mostra 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_oe property

public bool buttonUnlockable
return bool

label public_oe property

public string label
return string

path public_oe property

public string path
return string

texture public_oe property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D