Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

ContentBuildInterface.StripTypeTreeDataFromFile

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static bool StripTypeTreeDataFromFile(Hash128[] hashes, string srcPath, string ouputPath);

Parameters

Parameter Description
hashes The hashes of the data to exclude.
srcPath The path of the source file.
ouputPath The path of new file that will contain the stripped set of TypeTree data.

Returns

bool True if the operation was successful.

Description

Creates a new TypeTree archive that contains only the hashes and data from the source file that are not in the array of hashes passed in.