Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PackageState Enum

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

    public enum PackageState

    Fields

    Name Description
    AssetsReady

    Assembly references and assets have all been loaded.

    DependenciesReady

    Dependencies have all been resolved and are also in DependenciesReady state.

    Raw

    Package has been deserialized. References and assets are not ready.

    UpgradeFailed

    Package upgrade has been failed (either error or denied by user). Dependencies are ready, but not assets. Should be manually switched back to DependenciesReady to try upgrade again.

    Extension Methods

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

    Back to top

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