docs.unity3d.com
Search Results for

    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
    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)