C# Class TwitterPreviewUI, ggj16

Inheritance: MonoBehaviour
Afficher le fichier Open project: amzeratul/ggj16

Méthodes publiques

Méthode Description
OnCancel ( ) : void
OnOK ( ) : void
Show ( Texture2D screenshot, Action callback ) : void

Méthodes protégées

Méthode Description
Update ( ) : void

Private Methods

Méthode Description
OnResult ( bool confirm ) : void

Method Details

OnCancel() public méthode

public OnCancel ( ) : void
Résultat void

OnOK() public méthode

public OnOK ( ) : void
Résultat void

Show() public méthode

public Show ( Texture2D screenshot, Action callback ) : void
screenshot UnityEngine.Texture2D
callback Action
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void