C# Class DescriptionController, TimeLapsus

Inheritance: MonoBehaviour
Afficher le fichier Open project: halbich/TimeLapsus Class Usage Examples

Méthodes publiques

Méthode Description
Freeze ( ) : void
FreezeForItemUse ( ) : void
SetDescription ( string description, bool isItemUse ) : void
Unfreeze ( ) : void
UnfreezeForItemUse ( ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

Freeze() public méthode

public Freeze ( ) : void
Résultat void

FreezeForItemUse() public méthode

public FreezeForItemUse ( ) : void
Résultat void

SetDescription() public méthode

public SetDescription ( string description, bool isItemUse ) : void
description string
isItemUse bool
Résultat void

Unfreeze() public méthode

public Unfreeze ( ) : void
Résultat void

UnfreezeForItemUse() public méthode

public UnfreezeForItemUse ( ) : void
Résultat void