Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsPreviewSceneObject(Object)

Checks whether an object is part of a preview scene.
Read time 1 minuteLast updated 11 days ago

Definition

public static bool IsPreviewSceneObject(Object obj)

Parameters

The object to check.

Returns

Type

Description

boolReturns true if this object is part of a preview scene.

Remarks

A preview scene is an Editor-only scene that isn't displayed in the Hierarchy window. You can use preview scenes for tooling that needs to access GameObjects but where the scene shouldn't be displayed in the Hierarchy. Examples of preview scenes are the preview area in the bottom of the Inspector, and the scene used when editing a prefab in Prefab Mode.