docs.unity.cn
    Show / Hide Table of Contents

    Method GetSingletonEntity

    GetSingletonEntity()

    Attempts to retrieve the single entity that this query matches.

    Declaration
    public Entity GetSingletonEntity()
    Returns
    Type Description
    Entity

    The only entity matching this query.

    Exceptions
    Type Condition
    InvalidOperationException

    Thrown if the number of entities that match this query is not exactly one.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023