C# Class windowEgretUnity

Inheritance: EditorWindow
Afficher le fichier Open project: lightszero/EgretUnity

Méthodes publiques

Méthode Description
LoadItem ( string filename ) : void
OnGUI ( ) : void
SaveItem ( ) : void
Update ( ) : void

Private Methods

Méthode Description
ShowWindow ( ) : void

Method Details

LoadItem() public méthode

public LoadItem ( string filename ) : void
filename string
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

SaveItem() public méthode

public SaveItem ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void