- Parameters
-
filename | file name of the image in the dll |
dllAssembly | Assembly that references the DLL in which the file is embedded. |
dllNamespace | Namespace the asset is assigned to the file to extract, in the DLL. (This value is defined in the project that compiled the dll.) |
logToConsole | Pass true if informational log info should be output to the unity console. Omit, or pass false to see only warnings in the console. |
- Returns
- a byte[] containing the data found inside the file. returns null if the file was not found embedded in the specified dll.
Referenced by ExtractEmbededFiles.ExtractAndSaveFileFromDLL(), ExtractEmbededFiles.ExtractFileToString(), and EmbededXMLTooltip.GetClassMemberNodeFromXMLinDLL().