C# Class AnBSoft_Restructure, urban-survivors

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: exdev/urban-survivors

Méthodes protégées

Méthode Description
CreateFolder ( string name ) : void
Move ( string file ) : void
MoveFolder ( string src, string dest ) : void
RemoveFolder ( string name ) : void

Private Methods

Méthode Description
Restructure ( ) : void

Method Details

CreateFolder() protected static méthode

protected static CreateFolder ( string name ) : void
name string
Résultat void

Move() protected static méthode

protected static Move ( string file ) : void
file string
Résultat void

MoveFolder() protected static méthode

protected static MoveFolder ( string src, string dest ) : void
src string
dest string
Résultat void

RemoveFolder() protected static méthode

protected static RemoveFolder ( string name ) : void
name string
Résultat void