Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

CanEditMultipleObjects

Namespace: UnityEditor

Description

Attribute used to make a custom editor support multi-object editing.

When multiple objects are selected, Editors that don't have this attribute will show the message "Multi-object editing not supported". See the Editor class documentation on how to make an Editor support multi-object editing.

See Also: Editor class.