Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetScene

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

GetScene(EntityId)

Retrieves the Scene which contains the GameObject with the specified instance ID.
public static Scene GetScene(EntityId entityId)

Parameters

entityId

Returns

Type

Description

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

GetScene(int)

Retrieves the Scene which contains the GameObject with the specified instance ID.
Warning
Removed. Obsolete. Please use GameObject.GetScene(EntityId entityId) instead.
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.