C# 클래스 vp_FileDialog, OZML

상속: EditorWindow
파일 보기 프로젝트 열기: merveilles/OZML 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filename string
Path string

공개 메소드들

메소드 설명
Create ( Mode, mode, string caption, string path, Callback, callback ) : void
Create ( Mode, mode, string caption, string path, Callback, callback, string extension ) : void
ExtractFilenameFromPath ( string path ) : string
OnGUI ( ) : void
RemoveExtension ( string str ) : string
RemoveLastFolder ( string str ) : string

비공개 메소드들

메소드 설명
Cancel ( ) : void
DetectDoubleClick ( ) : bool
DoOpen ( ) : void
DoSave ( ) : void
DoSave ( bool overwriteExisting ) : void
ExecuteCallback ( ) : void
FileBox ( float x, float y, float width, float height ) : void
GoUpOneDir ( ) : void
HasCorrectExtension ( string filename ) : bool
InitGUIStyles ( ) : void
OpenDir ( ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Mode, mode, string caption, string path, Callback, callback ) : void
mode Mode,
caption string
path string
callback Callback,
리턴 void

Create() 공개 정적인 메소드

public static Create ( Mode, mode, string caption, string path, Callback, callback, string extension ) : void
mode Mode,
caption string
path string
callback Callback,
extension string
리턴 void

ExtractFilenameFromPath() 공개 정적인 메소드

public static ExtractFilenameFromPath ( string path ) : string
path string
리턴 string

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

RemoveExtension() 공개 정적인 메소드

public static RemoveExtension ( string str ) : string
str string
리턴 string

RemoveLastFolder() 공개 정적인 메소드

public static RemoveLastFolder ( string str ) : string
str string
리턴 string

프로퍼티 상세

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string