Function AstarSerializer.SerializeGraphNodeReferences
SerializeGraphNodeReferences
(NavGraph graph, bool[] persistentGraphs)
Used to serialize references to other nodes e.g connections.
Private
Static
byte[] SerializeGraphNodeReferences (
graph | ||
bool[] | persistentGraphs |
Used to serialize references to other nodes e.g connections.
Nodes use the GraphSerializationContext.GetNodeIdentifier and GraphSerializationContext.GetNodeFromIdentifier methods for serialization and deserialization respectively.