Show / Hide Table of Contents

Struct SerializedLocation

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Build.Content
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct SerializedLocation

Properties

| Improve this Doc View Source

fileName

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

offset

Declaration
public ulong offset { get; }
Property Value
Type Description
UInt64
| Improve this Doc View Source

size

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

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