Table of Contents

Interface IContentLink

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

The interface for types representing a link between elements.

public interface IContentLink

Properties

The reference to the element at the opposite side of the link.

IReference Element { get; }

Property Value

IReference

The type of the link.

ContentLinkType Type { get; }

Property Value

ContentLinkType