Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PackageUpgradeRequestedAnswer Enum

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

    An enum representing the user answer to a package upgrade request.

    public enum PackageUpgradeRequestedAnswer

    Fields

    Name Description
    DoNotUpgrade

    The related package should not be upgraded.

    DoNotUpgradeAny

    The related package and all following packages should not be upgraded.

    Upgrade

    The related package should be upgraded.

    UpgradeAll

    The related package and all following packages should be upgraded.

    Extension Methods

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

    Back to top

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