C# Class windowEgretUnity

Inheritance: EditorWindow
显示文件 Open project: lightszero/EgretUnity

Public Methods

Method Description
LoadItem ( string filename ) : void
OnGUI ( ) : void
SaveItem ( ) : void
Update ( ) : void

Private Methods

Method Description
ShowWindow ( ) : void

Method Details

LoadItem() public method

public LoadItem ( string filename ) : void
filename string
return void

OnGUI() public method

public OnGUI ( ) : void
return void

SaveItem() public method

public SaveItem ( ) : void
return void

Update() public method

public Update ( ) : void
return void