C# Class BadgeStore.BadgeInfo, CodeSpells

Afficher le fichier Open project: srfoster/CodeSpells

Méthodes publiques

Свойство Type Description
buttonUnlockable bool
label string
path string
texture UnityEngine.Texture2D

Méthodes publiques

Méthode Description
BadgeInfo ( string label, string path ) : System.Collections
MakeButtonUnlockable ( ) : void

Method Details

BadgeInfo() public méthode

public BadgeInfo ( string label, string path ) : System.Collections
label string
path string
Résultat System.Collections

MakeButtonUnlockable() public méthode

public MakeButtonUnlockable ( ) : void
Résultat void

Property Details

buttonUnlockable public_oe property

public bool buttonUnlockable
Résultat bool

label public_oe property

public string label
Résultat string

path public_oe property

public string path
Résultat string

texture public_oe property

public Texture2D,UnityEngine texture
Résultat UnityEngine.Texture2D