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()
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
|
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
|
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Types
Declaration
public List<SerializedType> Types { get; }
Property Value
|
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