Table of Contents

Interface IStreamingManager

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

Interface for Streaming Manager service.

public interface IStreamingManager

Methods

FullyLoadResource(object)

Puts request to load given resource up to the maximum residency level.

void FullyLoadResource(object obj)

Parameters

obj object

The streamable resource object.