docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)