Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IFileSynchronizable Interface

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

    Identify an object that is associated with an anchor file on the disk where all the Stride.Core.IO.UPath members of this instance are relative to the FullPath of this instance.

    public interface IFileSynchronizable
    Name Description
    Properties
    FullPath

    Gets the full path on disk where this instance is stored.

    IsDirty

    Gets or sets a value indicating whether this instance is dirty.

    | Improve this Doc View Source

    Properties


    FullPath

    Gets the full path on disk where this instance is stored.

    UFile FullPath { get; }
    Property Value
    Type Description
    Stride.Core.IO.UFile

    The full path.


    IsDirty

    Gets or sets a value indicating whether this instance is dirty.

    bool IsDirty { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is dirty; otherwise, false.


    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