Class SerializedFileMetadata
Inheritance
System.Object
SerializedFileMetadata
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
public sealed class SerializedFileMetadata
Properties
|
Improve this Doc
View Source
Declaration
public bool EnableTypeTree { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public FileIdentifier[] Externals { get; set; }
Property Value
|
Improve this Doc
View Source
Indicate that FileID is 8 bytes size
Serialized files with this field enabled supposedly don't exist
Declaration
public uint LongFileID { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public ObjectInfo[] Object { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SerializedTypeReference[] RefTypes { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public LocalSerializedObjectIdentifier[] ScriptTypes { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool SwapEndianess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public BuildTarget TargetPlatform { get; set; }
Property Value
Type |
Description |
AssetRipper.IO.Files.BuildTarget |
|
|
Improve this Doc
View Source
Declaration
public SerializedType[] Types { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public UnityVersion UnityVersion { get; set; }
Property Value
Type |
Description |
UnityVersion |
|
|
Improve this Doc
View Source
Declaration
public string UserInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public static bool HasEnableTypeTree(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool HasEndian(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool HasLongFileID(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool HasPlatform(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool HasRefTypes(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool HasScriptTypes(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool HasSignature(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool HasUserInformation(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsMetadataAtTheEnd(FormatVersion generation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public void Read(SmartStream stream, SerializedFileHeader header)
Parameters
Type |
Name |
Description |
SmartStream |
stream |
|
AssetRipper.IO.Files.SerializedFiles.Parser.SerializedFileHeader |
header |
|
|
Improve this Doc
View Source
Declaration
public void Write(SerializedWriter writer)
Parameters