Table of Contents

Struct ContentStorageHeader.ChunkEntry

Namespace
Stride.Core.Streaming
Assembly
Stride.Core.Serialization.dll

Describies single data chunk storage information.

public struct ContentStorageHeader.ChunkEntry
Inherited Members
Extension Methods

Fields

Location

The location (adress in file).

public int Location

Field Value

int

Size

The size in bytes.

public int Size

Field Value

int