Enum OverrideTarget
- Namespace
 - Stride.Core.Reflection
 
- Assembly
 - Stride.Core.Assets.dll
 
Describes what is targeted by an override information.
public enum OverrideTarget
  Fields
Content = 0The content itself.
Item = 1An item of the content if it's a collection, or a value of the content if it's a dictionary.
Key = 2A key of the content. This is valid only for dictionary.