Show / Hide Table of Contents

Class SerializedFileBuilder

Inheritance
System.Object
SerializedFileBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.IO.Files.SerializedFiles
Assembly: AssetRipper.IO.Files.dll
Syntax
public sealed class SerializedFileBuilder

Properties

| Improve this Doc View Source

Dependencies

Declaration
public List<FileIdentifier> Dependencies { get; }
Property Value
Type Description
List<FileIdentifier>
| Improve this Doc View Source

EndianType

Declaration
public EndianType EndianType { get; set; }
Property Value
Type Description
AssetRipper.IO.Endian.EndianType
| Improve this Doc View Source

Generation

Declaration
public FormatVersion Generation { get; set; }
Property Value
Type Description
FormatVersion
| Improve this Doc View Source

HasTypeTree

Declaration
public bool HasTypeTree { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Objects

Declaration
public List<ObjectInfo> Objects { get; }
Property Value
Type Description
List<ObjectInfo>
| Improve this Doc View Source

Platform

Declaration
public BuildTarget Platform { get; set; }
Property Value
Type Description
AssetRipper.IO.Files.BuildTarget
| Improve this Doc View Source

RefTypes

Declaration
public List<SerializedTypeReference> RefTypes { get; }
Property Value
Type Description
List<SerializedTypeReference>
| Improve this Doc View Source

Types

Declaration
public List<SerializedType> Types { get; }
Property Value
Type Description
List<SerializedType>
| Improve this Doc View Source

Version

Declaration
public UnityVersion Version { get; set; }
Property Value
Type Description
UnityVersion

Methods

| Improve this Doc View Source

Build()

Declaration
public SerializedFile Build()
Returns
Type Description
SerializedFile
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾