Table of Contents

Enum PackageUpgradeRequestedAnswer

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

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

public enum PackageUpgradeRequestedAnswer

Fields

DoNotUpgrade = 2

The related package should not be upgraded.

DoNotUpgradeAny = 3

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

Upgrade = 0

The related package should be upgraded.

UpgradeAll = 1

The related package and all following packages should be upgraded.