C# Class PlayerPrefsUnlock, Alternalien9-21-2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: DragoonGames/Alternalien9-21-2015

Méthodes publiques

Свойство Type Description
completed int
levels int[]

Méthodes publiques

Méthode Description
PlayerPrefsKey ( string value ) : void
SetPPKey ( string value ) : void
Start ( ) : void

Method Details

PlayerPrefsKey() public méthode

public PlayerPrefsKey ( string value ) : void
value string
Résultat void

SetPPKey() public méthode

public SetPPKey ( string value ) : void
value string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

completed public_oe property

public int completed
Résultat int

levels public_oe property

public int[] levels
Résultat int[]