C# Class DescriptionController, TimeLapsus

Inheritance: MonoBehaviour
Datei anzeigen Open project: halbich/TimeLapsus Class Usage Examples

Public Methods

Method Description
Freeze ( ) : void
FreezeForItemUse ( ) : void
SetDescription ( string description, bool isItemUse ) : void
Unfreeze ( ) : void
UnfreezeForItemUse ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Freeze() public method

public Freeze ( ) : void
return void

FreezeForItemUse() public method

public FreezeForItemUse ( ) : void
return void

SetDescription() public method

public SetDescription ( string description, bool isItemUse ) : void
description string
isItemUse bool
return void

Unfreeze() public method

public Unfreeze ( ) : void
return void

UnfreezeForItemUse() public method

public UnfreezeForItemUse ( ) : void
return void