C# Class CTreeView, SET

Inheritance: MonoBehaviour
Mostrar archivo Open project: sruecker/SET

Public Properties

Property Type Description
dirStyle GUIStyle
dirTexture UnityEngine.Texture2D
driveStyle GUIStyle
driveTexture UnityEngine.Texture2D
fileStyle GUIStyle
fileTexture UnityEngine.Texture2D
filterRegexString string
gSkin UnityEngine.GUISkin
location string
parentTexture UnityEngine.Texture2D
path string
visible bool
winId int
winRect Rect

Public Methods

Method Description
Awake ( ) : void
DoMyWindow ( int windowID ) : void
FileBrowser ( string location, int spaceNum, int index ) : void
OnGUI ( ) : void
OpenFileWindow ( string location ) : void
setFileMode ( int _fileMode ) : void

Private Methods

Method Description
CheckMouseClick ( ) : IEnumerator
DoOpen ( ) : void
DoSave ( ) : void
SelectList ( ICollection list, object selected, GUIStyle style, Texture image, int spaceNum ) : object

Method Details

Awake() public method

public Awake ( ) : void
return void

DoMyWindow() public method

public DoMyWindow ( int windowID ) : void
windowID int
return void

FileBrowser() public method

public FileBrowser ( string location, int spaceNum, int index ) : void
location string
spaceNum int
index int
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OpenFileWindow() public method

public OpenFileWindow ( string location ) : void
location string
return void

setFileMode() public method

public setFileMode ( int _fileMode ) : void
_fileMode int
return void

Property Details

dirStyle public_oe property

public GUIStyle dirStyle
return GUIStyle

dirTexture public_oe property

public Texture2D,UnityEngine dirTexture
return UnityEngine.Texture2D

driveStyle public_oe property

public GUIStyle driveStyle
return GUIStyle

driveTexture public_oe property

public Texture2D,UnityEngine driveTexture
return UnityEngine.Texture2D

fileStyle public_oe property

public GUIStyle fileStyle
return GUIStyle

fileTexture public_oe property

public Texture2D,UnityEngine fileTexture
return UnityEngine.Texture2D

filterRegexString public_oe property

public string filterRegexString
return string

gSkin public_oe property

public GUISkin,UnityEngine gSkin
return UnityEngine.GUISkin

location public_oe property

public string location
return string

parentTexture public_oe property

public Texture2D,UnityEngine parentTexture
return UnityEngine.Texture2D

path public_oe property

public string path
return string

visible public_oe property

public bool visible
return bool

winId public_oe property

public int winId
return int

winRect public_oe property

public Rect winRect
return Rect