Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IAssetPartDesign<TAssetPart> Interface

    Namespace: Stride.Core.Assets
    Assembly: Stride.Core.Assets.dll

    An interface representing a design-time part in an AssetComposite.

    public interface IAssetPartDesign<out TAssetPart> : IAssetPartDesign where TAssetPart : IIdentifiable
    Type Parameters
    Name Description
    TAssetPart

    The underlying type of part.

    Name Description
    Properties
    Part

    The actual part.

    | Improve this Doc View Source

    Properties


    Part

    The actual part.

    TAssetPart Part { get; }
    Property Value
    Type Description
    TAssetPart

    Inherited Members

    IAssetPartDesign.Base

    Extension Methods

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

    Back to top

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