Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ContentReferenceState Enum

    Namespace: Stride.Core.Serialization.Contents
    Assembly: Stride.Core.Serialization.dll

    public enum ContentReferenceState

    Fields

    Name Description
    Loaded

    Data reference has already been loaded.

    Modified

    Data reference has been set to a new value by the user. It will be changed to Loaded as soon as it has been written by the ContentManager.

    NeverLoad

    Never try to load the data reference.

    Extension Methods

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

    Back to top

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