docs.unity.cn
    Show / Hide Table of Contents

    Component Inspector reference

    When you select a Component, the Inspector displays its information in two tabs:

    • Attributes: Displays information about the Component’s C# type, such as its namespace, member fields, and allocated chunk size.
    • Relationships: Displays all Entities that have the selected Component, and all Systems that query the Component, per World.


    Component Inspector, Attributes (Left), Relationships (Right)

    Click on the icon to the right of a System or Entity name (), to change the selection to that System or Entity. Unity also opens the respective System Inspector or Entity Inspector where possible.

    Additional resources

    • Components user manual
    • Components window reference
    • Entity Inspector reference
    • System Inspector reference
    • Query window reference
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use