Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    OverrideTarget Enum

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

    Describes what is targeted by an override information.

    public enum OverrideTarget

    Fields

    Name Description
    Content

    The content itself.

    Item

    An item of the content if it's a collection, or a value of the content if it's a dictionary.

    Key

    A key of the content. This is valid only for dictionary.

    Extension Methods

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

    Back to top

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