IAssetPartDesign<TAssetPart> Interface
Namespace: Stride.Core.AssetsAssembly: 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. |
|
Properties
Part
The actual part.
TAssetPart Part { get; }
Property Value
| Type | Description |
|---|---|
| TAssetPart |