Class IntegerControlAttribute
Inheritance
System.Object
IntegerControlAttribute
Syntax
public class IntegerControlAttribute : Attribute, IControlAttribute
Constructors
IntegerControlAttribute(String)
Declaration
public IntegerControlAttribute(string label = null)
Parameters
Type |
Name |
Description |
System.String |
label |
|
Methods
InstantiateControl(AbstractMaterialNode, PropertyInfo)
Declaration
public VisualElement InstantiateControl(AbstractMaterialNode node, PropertyInfo propertyInfo)
Parameters
Returns
Type |
Description |
VisualElement |
|
Implements