C# 클래스 Upload_Main, App42-Unity-Sample

상속: MonoBehaviour
파일 보기 프로젝트 열기: shephertz/App42-Unity-Sample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
description string
fileName string
fileType string
gameSkin UnityEngine.GUISkin
loadingMessage string
loadingMessage2 string
scrollPosition Vector2
showAllFilesBtn bool
showBtn bool
showUploadBtn bool
uploadedImage UnityEngine.Texture2D

보호된 프로퍼티들

프로퍼티 타입 설명
m_fileBrowser FileBrowser,
path string

공개 메소드들

메소드 설명
ExecuteGet ( string url ) : string
ExecuteShow ( string url ) : string
GetInstance ( ) : Upload_Main,

보호된 메소드들

메소드 설명
FileSelectedCallback ( string pathImage ) : void
OnGUIMain ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
OnGUI ( ) : void
ShowAllImages ( string uri ) : IEnumerator
Start ( ) : void
WaitForRequest ( string uri ) : IEnumerator
execute ( string url ) : IEnumerator
executeShowAll ( string url ) : IEnumerator

메소드 상세

ExecuteGet() 공개 메소드

public ExecuteGet ( string url ) : string
url string
리턴 string

ExecuteShow() 공개 메소드

public ExecuteShow ( string url ) : string
url string
리턴 string

FileSelectedCallback() 보호된 메소드

protected FileSelectedCallback ( string pathImage ) : void
pathImage string
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : Upload_Main,
리턴 Upload_Main,

OnGUIMain() 보호된 메소드

protected OnGUIMain ( ) : void
리턴 void

프로퍼티 상세

description 공개적으로 프로퍼티

public string description
리턴 string

fileName 공개적으로 정적으로 프로퍼티

public static string fileName
리턴 string

fileType 공개적으로 프로퍼티

public string fileType
리턴 string

gameSkin 공개적으로 프로퍼티

public GUISkin,UnityEngine gameSkin
리턴 UnityEngine.GUISkin

loadingMessage 공개적으로 프로퍼티

public string loadingMessage
리턴 string

loadingMessage2 공개적으로 프로퍼티

public string loadingMessage2
리턴 string

m_fileBrowser 보호되어 있는 프로퍼티

protected FileBrowser, m_fileBrowser
리턴 FileBrowser,

path 보호되어 있는 프로퍼티

protected string path
리턴 string

scrollPosition 공개적으로 프로퍼티

public Vector2 scrollPosition
리턴 Vector2

showAllFilesBtn 공개적으로 정적으로 프로퍼티

public static bool showAllFilesBtn
리턴 bool

showBtn 공개적으로 정적으로 프로퍼티

public static bool showBtn
리턴 bool

showUploadBtn 공개적으로 정적으로 프로퍼티

public static bool showUploadBtn
리턴 bool

uploadedImage 공개적으로 프로퍼티

public Texture2D,UnityEngine uploadedImage
리턴 UnityEngine.Texture2D