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

Inheritance: IFileImporter
Afficher le fichier Open project: BraveSirAndrew/duality

Méthodes publiques

Méthode 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 méthode

public CanImportFile ( string srcFile ) : bool
srcFile string
Résultat bool

GetOutputFiles() public méthode

public GetOutputFiles ( string srcFile, string targetName, string targetDir ) : string[]
srcFile string
targetName string
targetDir string
Résultat string[]

ImportFile() public méthode

public ImportFile ( string srcFile, string targetName, string targetDir ) : void
srcFile string
targetName string
targetDir string
Résultat void

IsUsingSrcFile() public méthode

public IsUsingSrcFile ( ContentRef r, string srcFile ) : bool
r ContentRef
srcFile string
Résultat bool

ReimportFile() public méthode

public ReimportFile ( ContentRef r, string srcFile ) : void
r ContentRef
srcFile string
Résultat void