docs.unity.cn
    Show / Hide Table of Contents

    Method Exists

    Exists(Entity)

    Returns true if the specified entity exists in the storage.

    Declaration
    bool Exists(Entity entity)
    Parameters
    Type Name Description
    Entity entity

    The entity to check existence for.

    Returns
    Type Description
    Boolean

    true if the entity exists in the storage; false otherwise.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use