IStreamingManager Interface
Namespace: Stride.Core.StreamingAssembly: Stride.Core.Serialization.dll
Interface for Streaming Manager service.
public interface IStreamingManager
              | Name | Description | |
|---|---|---|
| Methods | ||
| FullyLoadResource(Object) | Puts request to load given resource up to the maximum residency level.  | 
                          |
Methods
FullyLoadResource(Object)
Puts request to load given resource up to the maximum residency level.
void FullyLoadResource(object obj)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | obj | The streamable resource object.  |