Version: 1.4
LanguageEnglish
  • C#

CustomEditor

class in UnityEditor

Description

Tells an Editor class which run-time type it's an editor for.

When you make a custom editor for a component, put this attribute on the editor class.

See Also: Editor class.

Properties

isFallbackIf true, match this editor only if all non-fallback editors do not match. Defaults to false.

Constructors

CustomEditorDefines which object type the custom editor class can edit.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答