Namespace: Stride.Core.Serialization.Contents
Assembly: Stride.Core.Serialization.dll
This class describes the header of an asset serialized in a blob file. Its (serialized) size has to remain constant
System.Object →
ChunkHeader
Derived from ChunkHeader:
public sealed class ChunkHeader
|
Improve this Doc
View Source
Constructors
|
Improve this Doc
View Source
Fields
public const int CurrentVersion = 1
Field Value
Type |
Description |
System.Int32 |
|
public const int Magic = 1128812107
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Properties
public int OffsetToObject { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
public int OffsetToReferences { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Methods
public static ChunkHeader Read(SerializationStream stream)
Parameters
Returns
public void Write(SerializationStream stream)
Parameters
Extension Methods