Class CustomNodeViewAttribute
Tells a node view class which run-time node type it's an editor for.
public sealed class CustomNodeViewAttribute : Attribute, _Attribute
- Inheritance
-
CustomNodeViewAttribute
- Implements
- Inherited Members
Constructors
CustomNodeViewAttribute(Type)
public CustomNodeViewAttribute(Type nodeType)
Parameters
nodeTypeType
CustomNodeViewAttribute(Type, bool)
public CustomNodeViewAttribute(Type nodeType, bool canInherit)
Parameters
Properties
CanInherit
Whether this view can be used for inherit types of NodeType
public bool CanInherit { get; }
Property Value
NodeType
View bound node type, leave null to treat node view as hidden in factory
public Type NodeType { get; }