Show / Hide Table of Contents

Struct ObjectSerializedInfo

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 ObjectSerializedInfo

Properties

| Improve this Doc View Source

header

Declaration
public SerializedLocation header { get; }
Property Value
Type Description
SerializedLocation
| Improve this Doc View Source

rawData

Declaration
public SerializedLocation rawData { get; }
Property Value
Type Description
SerializedLocation
| Improve this Doc View Source

serializedObject

Declaration
public ObjectIdentifier serializedObject { get; }
Property Value
Type Description
ObjectIdentifier

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