handle
A unique identifier for a loaded scene.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEngine.SceneManagement
- Assembly: UnityEngine.CoreModule
public SceneHandle handle { get; }
Remarks
The identifier is only valid for referring to a loaded scene, and is not persistent. The same scene will have different identifiers after being reloaded, and across different engine sessions.
Additional Resources: isLoaded.