C# Класс Fusion.Pipeline.ContentProject

Показать файл Открыть проект

Открытые методы

Метод Описание
Build ( bool forced, string sourceDirectory, string tempDirectory, string targetDirectory, IEnumerable selection ) : bool

ContentProject ( string fileName ) : System

Loads content project from file.

GetHashCollisions ( ICollection assets ) : string[]

Searchs for all possible hash collisions. Returns list of collided asset paths.

SaveToFile ( string path ) : void

Приватные методы

Метод Описание
ConvertPath ( string path ) : string

Converts path 1. Relative path to full path. 2. $(EnvVarName) -> Environment variable value. 3. $(HKEY_LOCAL_MACHINE\...) -> Registry value.

ResolveBinaryPath ( string path ) : string

ResolveContentPath ( string path ) : string

ResolvePath ( string path, IEnumerable dirs ) : string

Resolves path using provided list of directories.

Описание методов

Build() публичный Метод

public Build ( bool forced, string sourceDirectory, string tempDirectory, string targetDirectory, IEnumerable selection ) : bool
forced bool
sourceDirectory string
tempDirectory string
targetDirectory string
selection IEnumerable
Результат bool

ContentProject() публичный Метод

Loads content project from file.
public ContentProject ( string fileName ) : System
fileName string
Результат System

GetHashCollisions() публичный Метод

Searchs for all possible hash collisions. Returns list of collided asset paths.
public GetHashCollisions ( ICollection assets ) : string[]
assets ICollection
Результат string[]

SaveToFile() публичный Метод

public SaveToFile ( string path ) : void
path string
Результат void