Table of Contents

Interface IAssetPartDesign<TAssetPart>

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

TAssetPart

The underlying type of part.

Inherited Members

Properties

Part

The actual part.

TAssetPart Part { get; }

Property Value

TAssetPart