DependencyRegistry.hx

Summary
DependencyRegistry.hx
DependencyRegistryKeeps track of file dependencies of the actual asset library.
Functions
addFilePathAdds a new file to the dependency list.

DependencyRegistry

Keeps track of file dependencies of the actual asset library.

Summary
Functions
addFilePathAdds a new file to the dependency list.

Functions

addFilePath

function addFilePath(p: String): Void

Adds a new file to the dependency list.

Parameters

pthe path of file to be added to the list.
function addFilePath(p: String): Void
Adds a new file to the dependency list.
Close