Class GraphableFieldPortData
Inheritance
System.Object
GraphableFieldPortData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
[Serializable]
public class GraphableFieldPortData
Constructors
GraphableFieldPortData(GraphableField)
Declaration
public GraphableFieldPortData(GraphableField field)
Parameters
Type | Name | Description |
---|---|---|
GraphableField | field |
Fields
allowsMultipleConnections
Declaration
public bool allowsMultipleConnections
Field Value
Type | Description |
---|---|
System.Boolean |
edges
Declaration
public List<FieldEdgeData> edges
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<FieldEdgeData> |
fieldName
Declaration
public string fieldName
Field Value
Type | Description |
---|---|
System.String |