docs.unity.cn
    Show / Hide Table of Contents

    Method IsSectionLoaded

    IsSectionLoaded(Entity)

    Check if a section of a subscene is loaded.

    Declaration
    public bool IsSectionLoaded(Entity sectionEntity)
    Parameters
    Type Name Description
    Entity sectionEntity

    The section entity representing the scene section. The section entities can be found in the ResolvedSectionEntity buffer on the scene entity.

    Returns
    Type Description
    Boolean

    True if the scene section is loaded.

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