Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AssetFileChangedType Enum

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

    Type of a change event for an asset.

    [Flags]
    public enum AssetFileChangedType

    Fields

    Name Description
    Added

    An asset was added to the disk

    AssetEventMask

    The asset event mask (Added | Deleted | Updated).

    Deleted

    The asset was deleted from the disk

    SourceDeleted

    The asset import was deleted from the disk

    SourceEventMask

    The source event mask (SourceUpdated | SourceDeleted).

    SourceUpdated

    The asset import was modified on the disk

    Updated

    The asset is updated on the disk

    Extension Methods

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

    Back to top

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