Version: 2022.3
언어: 한국어

CanEditMultipleObjects

class in UnityEditor

매뉴얼로 전환

설명

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.