ContentStorageHeader.ChunkEntry Struct
Namespace: Stride.Core.StreamingAssembly: Stride.Core.Serialization.dll
Describies single data chunk storage information.
public struct ChunkEntry
Name | Description | |
---|---|---|
Fields | ||
Location | The location (adress in file). |
|
Size | The size in bytes. |
Fields
Location
The location (adress in file).
public int Location
Field Value
Type | Description |
---|---|
System.Int32 |
Size
The size in bytes.
public int Size
Field Value
Type | Description |
---|---|
System.Int32 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()