Table of Contents

Interface IAssetComposite

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

An interface that defines the composition declared by an asset inheriting from another asset.

public interface IAssetComposite

Methods

CollectParts()

Collects the part assets.

IEnumerable<AssetPart> CollectParts()

Returns

IEnumerable<AssetPart>

ContainsPart(Guid)

Checks if this AssetPart container contains the part with the specified id.

bool ContainsPart(Guid id)

Parameters

id Guid

Unique identifier of the asset part

Returns

bool

true if this asset contains the part with the specified id; otherwise false