C# 클래스 Duality.Editor.FileImportProvider

파일 보기 프로젝트 열기: BraveSirAndrew/duality 1 사용 예제들

공개 메소드들

메소드 설명
GenerateSourceFilePath ( ContentRef r, string srcFileExt ) : string
ImportFile ( string filePath ) : bool
IsImportFileExisting ( string filePath ) : bool
NotifyFileRenamed ( string filePathOld, string filePathNew ) : void
OpenSourceFile ( ContentRef resourceRef, string srcFileExt, Action saveSrcToAction ) : void
ReimportFile ( string filePath ) : void

비공개 메소드들

메소드 설명
Init ( ) : void
PrepareImportFilePaths ( string filePath, string &srcFilePath, string &targetName, string &targetDir ) : void
Terminate ( ) : void

메소드 상세

GenerateSourceFilePath() 공개 정적인 메소드

public static GenerateSourceFilePath ( ContentRef r, string srcFileExt ) : string
r ContentRef
srcFileExt string
리턴 string

ImportFile() 공개 정적인 메소드

public static ImportFile ( string filePath ) : bool
filePath string
리턴 bool

IsImportFileExisting() 공개 정적인 메소드

public static IsImportFileExisting ( string filePath ) : bool
filePath string
리턴 bool

NotifyFileRenamed() 공개 정적인 메소드

public static NotifyFileRenamed ( string filePathOld, string filePathNew ) : void
filePathOld string
filePathNew string
리턴 void

OpenSourceFile() 공개 정적인 메소드

public static OpenSourceFile ( ContentRef resourceRef, string srcFileExt, Action saveSrcToAction ) : void
resourceRef ContentRef
srcFileExt string
saveSrcToAction Action
리턴 void

ReimportFile() 공개 정적인 메소드

public static ReimportFile ( string filePath ) : void
filePath string
리턴 void