Enum ContentLinkType NamespaceStride.Core.Assets.Analysis AssemblyStride.Core.Assets.dll The different possible types of link between elements. [Flags] public enum ContentLinkType Extension Methods UnsafeUtilities.AsPointer<T>(ref T) UnsafeUtilities.AsReadOnlySpan<TFrom, TTo>(scoped ref TFrom) UnsafeUtilities.AsReadOnlySpan<TFrom, TTo>(scoped ref TFrom, int) UnsafeUtilities.AsSpan<TFrom, TTo>(scoped ref TFrom) UnsafeUtilities.AsSpan<TFrom, TTo>(scoped ref TFrom, int) UnsafeUtilities.As<TFrom, TTo>(ref TFrom) UnsafeUtilities.BitCast<TFrom, TTo>(TFrom) UnsafeUtilities.As<T>(object?) 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.