C# Class 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.
Inheritance: System.Attribute
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Свойство Type Description
BehaviorType System.Type
Inherit bool

Méthodes publiques

Méthode Description
CustomBehaviorEditorAttribute ( Type behaviorType ) : System

Method Details

CustomBehaviorEditorAttribute() public méthode

public CustomBehaviorEditorAttribute ( Type behaviorType ) : System
behaviorType System.Type
Résultat System

Property Details

BehaviorType public_oe property

The behavior type to edit.
public Type,System BehaviorType
Résultat System.Type

Inherit public_oe property

True if this should editor should apply to derived types. Defaults to true.
public bool Inherit
Résultat bool