C# Class TwitterPreviewUI, ggj16

Inheritance: MonoBehaviour
ファイルを表示 Open project: amzeratul/ggj16

Public Methods

Method Description
OnCancel ( ) : void
OnOK ( ) : void
Show ( Texture2D screenshot, Action callback ) : void

Protected Methods

Method Description
Update ( ) : void

Private Methods

Method Description
OnResult ( bool confirm ) : void

Method Details

OnCancel() public method

public OnCancel ( ) : void
return void

OnOK() public method

public OnOK ( ) : void
return void

Show() public method

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

Update() protected method

protected Update ( ) : void
return void