Class MultiFloatSlotControlView
Inheritance
System.Object
MultiFloatSlotControlView
Namespace: UnityEditor.ShaderGraph.Drawing.Slots
Syntax
public class MultiFloatSlotControlView : VisualElement
Constructors
MultiFloatSlotControlView(INode, String[], Func<Vector4>, Action<Vector4>)
Declaration
public MultiFloatSlotControlView(INode node, string[] labels, Func<Vector4> get, Action<Vector4> set)
Parameters
Type | Name | Description |
---|---|---|
INode | node | |
System.String[] | labels | |
Func<Vector4> | get | |
Action<Vector4> | set |