Table of Contents

Enum OverrideTarget

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

Describes what is targeted by an override information.

public enum OverrideTarget

Fields

Content = 0

The content itself.

Item = 1

An item of the content if it's a collection, or a value of the content if it's a dictionary.

Key = 2

A key of the content. This is valid only for dictionary.