Function AstarData.DeserializeGraphsAdditive
DeserializeGraphsAdditive
(byte[] bytes)
Deserializes and loads graphs from the specified byte array additively.
Public
NavGraph[] DeserializeGraphsAdditive (
byte[] | bytes |
Deserializes and loads graphs from the specified byte array additively.
An error will be logged if deserialization fails. This function will add loaded graphs to the current ones.
Return
The deserialized graphs