Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CanEditMultipleObjects

Attribute used to make a custom editor support multi-object editing.
Read time 3 minutesLast updated 6 days ago

Definition

public sealed class CanEditMultipleObjects : Attribute

Remarks

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.
Additional Resources: Editor class.

Inheritance

Inherited Members