Interface IPortConstantFieldFactory
Namespace: InsaneScatterbrain.ScriptGraph.Editor
Syntax
public interface IPortConstantFieldFactory
Properties
Type
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
CreateField(ScriptGraphGraph, Toggle, InPort)
Declaration
VisualElement CreateField(ScriptGraphGraph graph, Toggle enableConstToggle, InPort inPort)
Parameters
Type | Name | Description |
---|---|---|
ScriptGraphGraph | graph | |
UnityEngine.UIElements.Toggle | enableConstToggle | |
InPort | inPort |
Returns
Type | Description |
---|---|
UnityEngine.UIElements.VisualElement |