C# Class Upload_Main, App42-Unity-Sample

Inheritance: MonoBehaviour
Exibir arquivo Open project: shephertz/App42-Unity-Sample Class Usage Examples

Public Properties

Property Type Description
description string
fileName string
fileType string
gameSkin UnityEngine.GUISkin
loadingMessage string
loadingMessage2 string
scrollPosition Vector2
showAllFilesBtn bool
showBtn bool
showUploadBtn bool
uploadedImage UnityEngine.Texture2D

Protected Properties

Property Type Description
m_fileBrowser FileBrowser,
path string

Public Methods

Method Description
ExecuteGet ( string url ) : string
ExecuteShow ( string url ) : string
GetInstance ( ) : Upload_Main,

Protected Methods

Method Description
FileSelectedCallback ( string pathImage ) : void
OnGUIMain ( ) : void

Private Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
ShowAllImages ( string uri ) : IEnumerator
Start ( ) : void
WaitForRequest ( string uri ) : IEnumerator
execute ( string url ) : IEnumerator
executeShowAll ( string url ) : IEnumerator

Method Details

ExecuteGet() public method

public ExecuteGet ( string url ) : string
url string
return string

ExecuteShow() public method

public ExecuteShow ( string url ) : string
url string
return string

FileSelectedCallback() protected method

protected FileSelectedCallback ( string pathImage ) : void
pathImage string
return void

GetInstance() public static method

public static GetInstance ( ) : Upload_Main,
return Upload_Main,

OnGUIMain() protected method

protected OnGUIMain ( ) : void
return void

Property Details

description public_oe property

public string description
return string

fileName public_oe static_oe property

public static string fileName
return string

fileType public_oe property

public string fileType
return string

gameSkin public_oe property

public GUISkin,UnityEngine gameSkin
return UnityEngine.GUISkin

loadingMessage public_oe property

public string loadingMessage
return string

loadingMessage2 public_oe property

public string loadingMessage2
return string

m_fileBrowser protected_oe property

protected FileBrowser, m_fileBrowser
return FileBrowser,

path protected_oe property

protected string path
return string

scrollPosition public_oe property

public Vector2 scrollPosition
return Vector2

showAllFilesBtn public_oe static_oe property

public static bool showAllFilesBtn
return bool

showBtn public_oe static_oe property

public static bool showBtn
return bool

showUploadBtn public_oe static_oe property

public static bool showUploadBtn
return bool

uploadedImage public_oe property

public Texture2D,UnityEngine uploadedImage
return UnityEngine.Texture2D