Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ResumeManager Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll
    System.Object → ResumeManager
    Derived from ResumeManager:

    public class ResumeManager
    Name Description
    Constructors
    ResumeManager(IServiceRegistry)
    Methods
    OnDestroyed()
    OnRecreate()
    OnReload()
    OnRender()
    OnResume()
    Pause()
    | Improve this Doc View Source

    Constructors


    ResumeManager(IServiceRegistry)

    public ResumeManager(IServiceRegistry services)
    Parameters
    Type Name Description
    IServiceRegistry services
    | Improve this Doc View Source

    Methods


    OnDestroyed()

    public void OnDestroyed()

    OnRecreate()

    public void OnRecreate()

    OnReload()

    public void OnReload()

    OnRender()

    public void OnRender()

    OnResume()

    public void OnResume()

    Pause()

    public void Pause()

    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