Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
FullInspector
CustomBehaviorEditorAttribute
C# Класс FullInspector.CustomBehaviorEditorAttribute
Mark a type as a custom behavior editor. That editor needs to derive from BehaviorEditor{TBehavior} and will be used as the editor for that behavior type.
Наследование:
System.Attribute
Показать файл
Открыть проект
Открытые свойства
Свойство
Тип
Описание
BehaviorType
System.Type
Inherit
bool
Открытые методы
Метод
Описание
CustomBehaviorEditorAttribute
(
Type
behaviorType
) :
System
Описание методов
CustomBehaviorEditorAttribute()
публичный
Метод
public
CustomBehaviorEditorAttribute
(
Type
behaviorType
) :
System
behaviorType
System.Type
Результат
System
Описание свойств
BehaviorType
публичное свойство
The behavior type to edit.
public
Type,System
BehaviorType
Результат
System.Type
Inherit
публичное свойство
True if this should editor should apply to derived types. Defaults to true.
public
bool
Inherit
Результат
bool