C# 클래스 LeopotamGroup.EditorHelpers.UnityEditors.ProjectFoldersGenerator

Project folders generator.
상속: EditorWindow
파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

공개 메소드들

메소드 설명
Generate ( string rootFolder, Options options, string cvsFileName ) : string

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

비공개 메소드들

메소드 설명
Awake ( ) : void
GenerateCvsSupport ( string path, string cvsFileName ) : void
GenerateItem ( string rootFolder, int item, string cvsFileName ) : void
InitGeneration ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Reset ( ) : void

메소드 상세

Generate() 공개 정적인 메소드

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.
리턴 string