C# Class GenericAchievement, angrygoats

Inheritance: MonoBehaviour
Mostrar archivo Open project: dulb640/angrygoats Class Usage Examples

Public Properties

Property Type Description
achievementName string
lockedimage Sprite
secret bool
unlockedimage Sprite

Protected Properties

Property Type Description
description Text
image Image
title Text
unlocked bool

Protected Methods

Method Description
UpdateUI ( ) : void
checkUnlocked ( ) : void

Method Details

UpdateUI() protected method

protected UpdateUI ( ) : void
return void

checkUnlocked() protected method

protected checkUnlocked ( ) : void
return void

Property Details

achievementName public_oe property

public string achievementName
return string

description protected_oe property

protected Text description
return Text

image protected_oe property

protected Image image
return Image

lockedimage public_oe property

public Sprite lockedimage
return Sprite

secret public_oe property

public bool secret
return bool

title protected_oe property

protected Text title
return Text

unlocked protected_oe property

protected bool unlocked
return bool

unlockedimage public_oe property

public Sprite unlockedimage
return Sprite