Class PortConnectionData
Inheritance
object
PortConnectionData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class PortConnectionData
Fields
isFlattened
Whether this connection was flattened (bypassing relay nodes) If true, this connection should be skipped during deserialization
Declaration
public bool isFlattened
Field Value
| Type | Description |
|---|---|
| bool |
nodeId
Declaration
public string nodeId
Field Value
| Type | Description |
|---|---|
| string |
portId
Declaration
public string portId
Field Value
| Type | Description |
|---|---|
| string |
portIndex
Declaration
public int portIndex
Field Value
| Type | Description |
|---|---|
| int |