C# Class TwitterUI, ggj16

Inheritance: MonoBehaviour
Mostrar archivo Open project: amzeratul/ggj16

Public Methods

Method Description
SendScreenshot ( Texture2D screenshot, Action callback ) : void
Start ( ) : void

Private Methods

Method Description
HideLoading ( ) : void
LoadTwitterUserInfo ( ) : void
OnAccessTokenCallback ( bool success, Twitter, response ) : void
OnFail ( ) : void
OnPinEntered ( string pin ) : void
OnPostTweet ( bool success ) : void
OnRequestTokenCallback ( bool success, Twitter, response ) : void
OnResult ( bool success ) : void
Print ( string str ) : void
RequestToken ( ) : void
RevokeToken ( ) : void
ShowConfirmTweet ( ) : void
ShowLoading ( ) : void
ShowRequestPIN ( ) : void
TryToSendScreenshot ( ) : void

Method Details

SendScreenshot() public method

public SendScreenshot ( Texture2D screenshot, Action callback ) : void
screenshot UnityEngine.Texture2D
callback Action
return void

Start() public method

public Start ( ) : void
return void