docs.unity.cn
    Show / Hide Table of Contents

    Method GetSceneGUID

    GetSceneGUID(ref SystemState, String)

    Get the guid for a scene path or name. This is a slow method - it is best to use the guid directly.

    Declaration
    public static Hash128 GetSceneGUID(ref SystemState state, string scenePath)
    Parameters
    Type Name Description
    SystemState state

    The entity system state.

    String scenePath

    The scene path or name.

    Returns
    Type Description
    Hash128

    True if the scene guid exists.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023