Table of Contents

Enum ContentLinkType

Namespace
Stride.Core.Assets.Analysis
Assembly
Stride.Core.Assets.dll

The different possible types of link between elements.

[Flags]
public enum ContentLinkType
Extension Methods

Fields

All = Reference | Replace

All type of links.

Reference = 1

A simple reference to the asset.

Replace = 2

The source asset replaces the target (Replaces). A design-time link only: it is excluded from the default Reference queries, so it is never a build dependency.