IAssetPartDesign Interface
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
An interface representing a design-time part in an AssetComposite.
public interface IAssetPartDesign
| Name | Description | |
|---|---|---|
| Properties | ||
| Base | ||
| Part | ||
Properties
Base
BasePart Base { get; set; }
Property Value
| Type | Description |
|---|---|
| BasePart |
Part
IIdentifiable Part { get; }
Property Value
| Type | Description |
|---|---|
| IIdentifiable |