Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SourceHashesHelper Class

    Namespace: Stride.Core.Assets.Tracking
    Assembly: Stride.Core.Assets.dll
    System.Object → SourceHashesHelper
    Derived from SourceHashesHelper:

    public static class SourceHashesHelper
    Name Description
    Fields
    MemberName
    Methods
    GetAllHashes(Asset)
    UpdateHashes(Asset, IReadOnlyDictionary<UFile, ObjectId>)
    | Improve this Doc View Source

    Fields


    MemberName

    public const string MemberName = "~SourceHashes"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Methods


    GetAllHashes(Asset)

    public static Dictionary<UFile, ObjectId> GetAllHashes(Asset asset)
    Parameters
    Type Name Description
    Asset asset
    Returns
    Type Description
    System.Collections.Generic.Dictionary<Stride.Core.IO.UFile, ObjectId>

    UpdateHashes(Asset, IReadOnlyDictionary<UFile, ObjectId>)

    public static void UpdateHashes(Asset asset, IReadOnlyDictionary<UFile, ObjectId> newHashes)
    Parameters
    Type Name Description
    Asset asset
    System.Collections.Generic.IReadOnlyDictionary<Stride.Core.IO.UFile, ObjectId> newHashes

    • Improve this Doc
    • View Source
    In This Article
    In This Article
    • Fields
      • MemberName
    • Methods
      • GetAllHashes(Asset)
      • UpdateHashes(Asset, IReadOnlyDictionary<UFile, ObjectId>)

    Back to top

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