C# 클래스 Duality.Editor.Plugins.Base.ShaderFileImporter

상속: IFileImporter
파일 보기 프로젝트 열기: BraveSirAndrew/duality

공개 메소드들

메소드 설명
CanImportFile ( string srcFile ) : bool
GetOutputFiles ( string srcFile, string targetName, string targetDir ) : string[]
ImportFile ( string srcFile, string targetName, string targetDir ) : void
IsUsingSrcFile ( ContentRef r, string srcFile ) : bool
ReimportFile ( ContentRef r, string srcFile ) : void

메소드 상세

CanImportFile() 공개 메소드

public CanImportFile ( string srcFile ) : bool
srcFile string
리턴 bool

GetOutputFiles() 공개 메소드

public GetOutputFiles ( string srcFile, string targetName, string targetDir ) : string[]
srcFile string
targetName string
targetDir string
리턴 string[]

ImportFile() 공개 메소드

public ImportFile ( string srcFile, string targetName, string targetDir ) : void
srcFile string
targetName string
targetDir string
리턴 void

IsUsingSrcFile() 공개 메소드

public IsUsingSrcFile ( ContentRef r, string srcFile ) : bool
r ContentRef
srcFile string
리턴 bool

ReimportFile() 공개 메소드

public ReimportFile ( ContentRef r, string srcFile ) : void
r ContentRef
srcFile string
리턴 void