Method | Description | |
---|---|---|
CanImportFile ( string srcFile ) : bool | ||
GetOutputFiles ( string srcFile, string targetName, string targetDir ) : string[] | ||
ImportFile ( string srcFile, string targetName, string targetDir ) : void | ||
IsUsingSrcFile ( ContentRef |
||
ReimportFile ( ContentRef |
public CanImportFile ( string srcFile ) : bool | ||
srcFile | string | |
return | bool |
public GetOutputFiles ( string srcFile, string targetName, string targetDir ) : string[] | ||
srcFile | string | |
targetName | string | |
targetDir | string | |
return | string[] |
public ImportFile ( string srcFile, string targetName, string targetDir ) : void | ||
srcFile | string | |
targetName | string | |
targetDir | string | |
return | void |
public IsUsingSrcFile ( ContentRef |
||
r | ContentRef |
|
srcFile | string | |
return | bool |
public ReimportFile ( ContentRef |
||
r | ContentRef |
|
srcFile | string | |
return | void |