Class ChannelMixerControlView
Inheritance
System.Object
ChannelMixerControlView
Namespace: UnityEditor.ShaderGraph.Drawing.Controls
Syntax
public class ChannelMixerControlView : VisualElement
Constructors
ChannelMixerControlView(String, Single, Single, AbstractMaterialNode, PropertyInfo)
Declaration
public ChannelMixerControlView(string label, float minimum, float maximum, AbstractMaterialNode node, PropertyInfo propertyInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | label | |
System.Single | minimum | |
System.Single | maximum | |
AbstractMaterialNode | node | |
PropertyInfo | propertyInfo |