C# Class GenericAchievement, angrygoats

Inheritance: MonoBehaviour
Show file 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 property

public string achievementName
return string

description protected property

protected Text description
return Text

image protected property

protected Image image
return Image

lockedimage public property

public Sprite lockedimage
return Sprite

secret public property

public bool secret
return bool

title protected property

protected Text title
return Text

unlocked protected property

protected bool unlocked
return bool

unlockedimage public property

public Sprite unlockedimage
return Sprite