C# 클래스 KEngine.Editor.KBuild_Base

파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 메소드들

메소드 설명
AfterExport ( ) : void
BeforeExport ( ) : void
Export ( string path ) : void
FilterPath ( string path ) : bool

可以针对path进行过滤是否需要

GetDirectory ( ) : string
GetExtention ( ) : string
GetResourceBuildDir ( ) : string

메소드 상세

AfterExport() 공개 메소드

public AfterExport ( ) : void
리턴 void

BeforeExport() 공개 메소드

public BeforeExport ( ) : void
리턴 void

Export() 공개 추상적인 메소드

public abstract Export ( string path ) : void
path string
리턴 void

FilterPath() 공개 메소드

可以针对path进行过滤是否需要
public FilterPath ( string path ) : bool
path string
리턴 bool

GetDirectory() 공개 추상적인 메소드

public abstract GetDirectory ( ) : string
리턴 string

GetExtention() 공개 추상적인 메소드

public abstract GetExtention ( ) : string
리턴 string

GetResourceBuildDir() 공개 메소드

public GetResourceBuildDir ( ) : string
리턴 string