OverrideType Enum
Namespace: Stride.Core.ReflectionAssembly: 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.  |