Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IStreamingManager Interface

    Namespace: Stride.Core.Streaming
    Assembly: 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.

    | Improve this Doc View Source

    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.


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation