Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetScene(int)

Retrieves the Scene which contains the GameObject with the specified instance ID.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static Scene GetScene(int instanceID)

Parameters

instanceID

The instance ID of the GameObject.

Returns

Type

Description

SceneThe Scene the GameObject with the specified instance ID is part of.