Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IContentLink Interface

    Namespace: Stride.Core.Assets.Analysis
    Assembly: 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.

    | Improve this Doc View Source

    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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article
    In This Article
    • Properties
      • Element
      • Type
    • Extension Methods

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation