Class Graph<T>.SerializableNode
Serializable representation of a node and its neighbors.
Inherited Members
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
[Serializable]
public class Graph<T>.SerializableNode
Fields
| Name | Description |
|---|---|
| Neighbors | The neighboring node values. |
| Node | The node value. |