Class ChannelMixerControlAttribute
Inheritance
System.Object
ChannelMixerControlAttribute
Syntax
public class ChannelMixerControlAttribute : Attribute, IControlAttribute
Constructors
ChannelMixerControlAttribute(String, Single, Single)
Declaration
public ChannelMixerControlAttribute(string label = null, float minimum = -2F, float maximum = 2F)
Parameters
Type |
Name |
Description |
System.String |
label |
|
System.Single |
minimum |
|
System.Single |
maximum |
|
Methods
InstantiateControl(AbstractMaterialNode, PropertyInfo)
Declaration
public VisualElement InstantiateControl(AbstractMaterialNode node, PropertyInfo propertyInfo)
Parameters
Returns
Type |
Description |
VisualElement |
|
Implements