Interface ICompositeItem
This interface represents a Deployment Item that is composite so it has other deployment items inside of it
Inherited Members
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public interface ICompositeItem : IDeploymentItem, INotifyPropertyChanged
Properties
Children
The children of the deployment item
Declaration
IReadOnlyList<IDeploymentItem> Children { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IDeploymentItem> |