Class MobileBuildReportFile
Contains information about a single file in the application bundle.
Inherited Members
Namespace: Unity.Mobile.BuildReport
Assembly: solution.dll
Syntax
[Serializable]
public class MobileBuildReportFile
Properties
Name | Description |
---|---|
CompressedSize | The compressed size of the file inside the application bundle, in bytes. |
Path | The absolute path of the file produced by the build process. |
UncompressedSize | The size of the file when uncompressed. |
Methods
Name | Description |
---|---|
ToString() | Returns the name of the file. |