Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GraphicsResourceRecyclePolicyDelegate Delegate

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    A recycle policy to check whether the specified resource must be disposed from a GraphicsResourceAllocator.

    public delegate bool GraphicsResourceRecyclePolicyDelegate(GraphicsResourceLink resourceLink);
    Parameters
    Type Name Description
    GraphicsResourceLink resourceLink

    The resource link.

    Returns
    Type Description
    System.Boolean

    true if the specified resource must be disposed and remove from the , false otherwise.


    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