Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    DirtyFlagChangedDelegate<T> Delegate

    Namespace: Stride.Core.Assets
    Assembly: Stride.Core.Assets.dll

    A delegate used for events raised when the dirty flag of an object has changed

    public delegate void DirtyFlagChangedDelegate<in T>(T sender, bool oldValue, bool newValue);
    Parameters
    Type Name Description
    T sender

    The object that had its dirty flag changed.

    System.Boolean oldValue

    The old value of the dirty flag.

    System.Boolean newValue

    The new value of the dirty flag.

    Type Parameters
    Name Description
    T

    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