IContentLink Interface
Namespace: Stride.Core.Assets.AnalysisAssembly: Stride.Core.Assets.dll
The interface for types representing a link between elements.
public interface IContentLink
| Name | Description | |
|---|---|---|
| Properties | ||
| Element | The reference to the element at the opposite side of the link. |
|
| Type | The type of the link. |
|
Properties
Element
The reference to the element at the opposite side of the link.
IReference Element { get; }
Property Value
| Type | Description |
|---|---|
| IReference |
Type
The type of the link.
ContentLinkType Type { get; }
Property Value
| Type | Description |
|---|---|
| ContentLinkType |