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