C# Class Duality.Editor.Plugins.Base.ShaderFileImporter

Inheritance: IFileImporter
Mostra file Open project: BraveSirAndrew/duality

Public Methods

Method Description
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

Method Details

CanImportFile() public method

public CanImportFile ( string srcFile ) : bool
srcFile string
return bool

GetOutputFiles() public method

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

ImportFile() public method

public ImportFile ( string srcFile, string targetName, string targetDir ) : void
srcFile string
targetName string
targetDir string
return void

IsUsingSrcFile() public method

public IsUsingSrcFile ( ContentRef r, string srcFile ) : bool
r ContentRef
srcFile string
return bool

ReimportFile() public method

public ReimportFile ( ContentRef r, string srcFile ) : void
r ContentRef
srcFile string
return void