Show / Hide Table of Contents

Struct BuildFile

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Build.Reporting
Assembly: UnityEditor.dll
Syntax
public struct BuildFile

Properties

| Improve this Doc View Source

path

Declaration
public string path { get; }
Property Value
Type Description
String
| Improve this Doc View Source

role

Declaration
public string role { get; }
Property Value
Type Description
String
| Improve this Doc View Source

size

Declaration
public ulong size { get; }
Property Value
Type Description
UInt64

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
ValueType.ToString()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX