Table of Contents

Enum OverrideType

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

A Type of override used on a member value.

[Flags]
public enum OverrideType
Extension Methods

Fields

Base = 0

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

New = 1

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

Sealed = 2

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