Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Selection

class in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

Access to the selection in the editor.

Static Variables

activeGameObjectReturns the active game object. (The one shown in the inspector).
activeInstanceIDReturns the instanceID of the actual object selection. Includes prefabs, non-modifyable objects.
activeObjectReturns the actual object selection. Includes prefabs, non-modifyable objects.
activeTransformReturns the active transform. (The one shown in the inspector).
assetGUIDsReturns the guids of the selected assets.
gameObjectsReturns the actual game object selection. Includes prefabs, non-modifyable objects.
instanceIDsThe actual unfiltered selection from the Scene returned as instance ids instead of objects.
objectsThe actual unfiltered selection from the Scene.
selectionChangedDelegate callback triggered when currently active/selected item has changed.
transformsReturns the top level selection, excluding prefabs.

Static Functions

ContainsReturns whether an object is contained in the current selection.
GetFilteredReturns the current selection filtered by type and mode.
GetTransformsAllows for fine grained control of the selection type using the SelectionMode bitmask.