C# Class ccEventLockMouse, GGJ2016

Inheritance: MonoBehaviour
Afficher le fichier Open project: netgrind/GGJ2016

Méthodes publiques

Свойство Type Description
lockEvent string
unlockEvent string

Méthodes publiques

Méthode Description
Lock ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Toggle ( ) : void
Unlock ( ) : void

Method Details

Lock() public méthode

public Lock ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void

Unlock() public méthode

public Unlock ( ) : void
Résultat void

Property Details

lockEvent public_oe property

public string lockEvent
Résultat string

unlockEvent public_oe property

public string unlockEvent
Résultat string