Interface IHierarchicalComponentInitialize<TContainer, TComponent>
Base interface for components that wants to provide an initialization method.
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public interface IHierarchicalComponentInitialize<TContainer, TComponent> where TContainer : HierarchicalComponentContainer<TContainer, TComponent>
Type Parameters
Name | Description |
---|---|
TContainer | The container type. |
TComponent | The component type. |
Methods
Name | Description |
---|---|
Initialize(ReadOnly) | Initialize a component. Called after the component has been constructed with the TypeConstruction utility. |