Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    OverrideType Enum

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

    A Type of override used on a member value.

    [Flags]
    public enum OverrideType

    Fields

    Name Description
    Base

    The value is taken from a base value or this instance if no base (default).

    New

    The value is new and overridden locally. Base value is ignored.

    Sealed

    The value is sealed and cannot be changed by inherited instances.

    Extension Methods

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

    Back to top

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