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
idGuidUnique identifier of the asset part
Returns
- bool
 trueif this asset contains the part with the specified id; otherwisefalse