C# Class LeopotamGroup.EditorHelpers.UnityEditors.ProjectFoldersGenerator

Project folders generator.
Inheritance: EditorWindow
ファイルを表示 Open project: Leopotam/LeopotamGroupLibraryUnity

Public Methods

Method Description
Generate ( string rootFolder, Options options, string cvsFileName ) : string

Generate class with idents at specified filename and with specified namespace.

Private Methods

Method Description
Awake ( ) : void
GenerateCvsSupport ( string path, string cvsFileName ) : void
GenerateItem ( string rootFolder, int item, string cvsFileName ) : void
InitGeneration ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Reset ( ) : void

Method Details

Generate() public static method

Generate class with idents at specified filename and with specified namespace.
public static Generate ( string rootFolder, Options options, string cvsFileName ) : string
rootFolder string Root folder path or empty/null for disable.
options Options Options
cvsFileName string Cvs filename for keep empty folders or null for disable.
return string