Function AstarData.SetData
        
                SetData
        
                (byte[] data)
    
            
            Set the serialized data for all graphs and their settings.
                Public
            
        void SetData (
byte[]  |     data  |         
Set the serialized data for all graphs and their settings.
During runtime you usually want to deserialize the graphs immediately, in which case you should use DeserializeGraphs(byte[]) instead.