C# Class BitmapSaverWindow, Unity3D

Inheritance: EditorWindow
Show file Open project: k-lock/Unity3D Class Usage Examples

Public Methods

Method Description
SaveAssets ( ) : void

Private Methods

Method Description
AddFile ( ) : void
AutoEditorResizer ( ) : void
Awake ( ) : void
CheckDirectory ( ) : void
CheckFileAsset ( string file ) : bool
CheckFileTemp ( string file ) : bool
CheckFileType ( string file ) : bool
CutFile ( string file ) : string
DeleteAll ( ) : void
DeleteFile ( ) : void
DeleteSelectedListItem ( ) : void
DrawDirectory ( ) : void
DrawDragLine ( Rect pos ) : void
DrawExporter ( ) : void
DrawFileList ( ) : void
DrawRect ( Rect r, Color c ) : void
IsTargetFolder ( string file ) : bool
ListStyle ( int selected ) : GUIStyle
OnGUI ( ) : void
ResetStyles ( ) : void
ShowWindow ( ) : void
TextImportSetup ( ) : void
TextureImporterSetup ( Texture2D _texture ) : void

Method Details

SaveAssets() public method

public SaveAssets ( ) : void
return void