Interface IAssetComposite
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
ContainsPart(Guid)
Checks if this AssetPart container contains the part with the specified id.
bool ContainsPart(Guid id)
Parameters
id
GuidUnique identifier of the asset part
Returns
- bool
true
if this asset contains the part with the specified id; otherwisefalse